Changeset 43 for trunk/include/helpers
- Timestamp:
- Mar 7, 2001, 10:41:07 PM (24 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r41 r43 330 330 * 331 331 ********************************************************************/ 332 333 APIRET doshFindExecutable(const char *pcszCommand, 334 PSZ pszExecutable, 335 ULONG cbExecutable, 336 const char **papcszExtensions, 337 ULONG cExtensions); 332 338 333 339 APIRET doshExecVIO(const char *pcszExecWithArgs, -
trunk/include/helpers/winh.h
r41 r43 591 591 592 592 #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 593 600 HAPP XWPENTRY winhStartApp(HWND hwndNotify, const PROGDETAILS *pcProgDetails); 594 601 #endif
Note:
See TracChangeset
for help on using the changeset viewer.