Ignore:
Timestamp:
Oct 23, 2001, 11:25:46 PM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

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

    r108 r113  
    99 *@@include #define INCL_WINPROGRAMLIST
    1010 *@@include #include <os2.h>
    11  *@@include #include "apps.h"
     11 *@@include #include "helpers\apps.h"
    1212 */
    1313
     
    9898        #define APP_RUN_SEPARATE        0x0008
    9999
    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
    103114    #endif
    104115
Note: See TracChangeset for help on using the changeset viewer.