Changeset 642 for trunk/include/winexe.h
- Timestamp:
- Aug 23, 1999, 12:58:13 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winexe.h
r506 r642 1 /* $Id: winexe.h,v 1. 3 1999-08-16 13:55:27sandervl Exp $ */1 /* $Id: winexe.h,v 1.4 1999-08-22 22:56:48 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 char *getCommandLine() { return cmdline; }; 34 34 35 void setOS2InstanceHandle(ULONG handle) { OS2InstanceHandle = handle; };36 ULONG getOS2InstanceHandle() { return OS2InstanceHandle; };37 38 35 BOOL isConsoleApp() { return fConsoleApp; }; 39 36 … … 44 41 BOOL fConsoleApp; 45 42 46 ULONG OS2InstanceHandle;47 48 43 private: 49 44 };
Note:
See TracChangeset
for help on using the changeset viewer.