Changeset 201 for trunk/include/helpers/apps.h
- Timestamp:
- Aug 11, 2002, 7:07:59 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/apps.h
r153 r201 116 116 PULONG pulExitCode); 117 117 118 HAPP XWPENTRY appQuickStartApp(const char *pcszFile, 119 ULONG ulProgType, 120 const char *pcszArgs, 121 PULONG pulExitCode); 118 HAPP appQuickStartApp(const char *pcszFile, 119 ULONG ulProgType, 120 const char *pcszArgs, 121 const char *pcszWorkingDir, 122 PULONG pulExitCode); 123 124 BOOL appOpenURL(PCSZ pcszURL); 122 125 123 126 #endif
Note:
See TracChangeset
for help on using the changeset viewer.