Changeset 101 for trunk/include
- Timestamp:
- Aug 26, 2001, 10:44:19 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/apps.h
r77 r101 88 88 PSZ appQueryDefaultWin31Environment(VOID); 89 89 90 HAPP XWPENTRY appStartApp(HWND hwndNotify, const PROGDETAILS *pcProgDetails); 90 #define APP_RUN_FULLSCREEN 0x0001 91 #define APP_RUN_ENHANCED 0x0002 92 #define APP_RUN_STANDARD 0x0004 93 #define APP_RUN_SEPARATE 0x0008 94 95 HAPP XWPENTRY appStartApp(HWND hwndNotify, 96 const PROGDETAILS *pcProgDetails, 97 ULONG ulFlags); 91 98 #endif 92 99
Note:
See TracChangeset
for help on using the changeset viewer.