Changeset 101 for trunk/include/helpers


Ignore:
Timestamp:
Aug 26, 2001, 10:44:19 AM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/apps.h

    r77 r101  
    8888        PSZ appQueryDefaultWin31Environment(VOID);
    8989
    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);
    9198    #endif
    9299
Note: See TracChangeset for help on using the changeset viewer.