Changeset 113 for trunk/include/helpers/apps.h
- Timestamp:
- Oct 23, 2001, 11:25:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/apps.h
r108 r113 9 9 *@@include #define INCL_WINPROGRAMLIST 10 10 *@@include #include <os2.h> 11 *@@include #include " apps.h"11 *@@include #include "helpers\apps.h" 12 12 */ 13 13 … … 98 98 #define APP_RUN_SEPARATE 0x0008 99 99 100 HAPP XWPENTRY appStartApp(HWND hwndNotify, 101 const PROGDETAILS *pcProgDetails, 102 ULONG ulFlags); 100 APIRET XWPENTRY appStartApp(HWND hwndNotify, 101 const PROGDETAILS *pcProgDetails, 102 ULONG ulFlags, 103 HAPP *phapp); 104 105 BOOL XWPENTRY appWaitForApp(HWND hwndNotify, 106 HAPP happ, 107 PULONG pulExitCode); 108 109 HAPP XWPENTRY appQuickStartApp(const char *pcszFile, 110 ULONG ulProgType, 111 const char *pcszArgs, 112 PULONG pulExitCode); 113 103 114 #endif 104 115
Note:
See TracChangeset
for help on using the changeset viewer.