Changeset 7810 for trunk/include/wprocess.h
- Timestamp:
- Feb 6, 2002, 5:32:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r5336 r7810 25 25 ULONG WIN32API GetProcessTIBSel(); 26 26 27 #define TIB_SWITCH_DEFAULT 0 28 #define TIB_SWITCH_FORCE_WIN32 1 29 // 30 //Switch to WIN32 TIB (FS selector) 31 //NOTE: This is not done for Odin32 applications (LX), unless 32 // fForceSwitch is TRUE) 33 USHORT WIN32API SetWin32TIB(BOOL fForceSwitch = TIB_SWITCH_DEFAULT); 27 34 void WIN32API RestoreOS2TIB(); 28 USHORT WIN32API SetWin32TIB(); 35 29 36 void SetPDBInstance(HINSTANCE hInstance); 30 37
Note:
See TracChangeset
for help on using the changeset viewer.