Changeset 43 for trunk/include/helpers


Ignore:
Timestamp:
Mar 7, 2001, 10:41:07 PM (24 years ago)
Author:
umoeller
Message:

Misc. changes.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

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

    r41 r43  
    330330     *
    331331     ********************************************************************/
     332
     333    APIRET doshFindExecutable(const char *pcszCommand,
     334                              PSZ pszExecutable,
     335                              ULONG cbExecutable,
     336                              const char **papcszExtensions,
     337                              ULONG cExtensions);
    332338
    333339    APIRET doshExecVIO(const char *pcszExecWithArgs,
  • trunk/include/helpers/winh.h

    r41 r43  
    591591
    592592    #ifdef INCL_WINPROGRAMLIST
     593        // additional PROG_* flags for winhQueryAppType
     594        #define PROG_XWP_DLL            998      // dynamic link library
     595
     596        APIRET winhQueryAppType(const char *pcszExecutable,
     597                                PULONG pulDosAppType,
     598                                PULONG pulWinAppType);
     599
    593600        HAPP XWPENTRY winhStartApp(HWND hwndNotify, const PROGDETAILS *pcProgDetails);
    594601    #endif
Note: See TracChangeset for help on using the changeset viewer.