Changeset 8645 for trunk/include/wprocess.h
- Timestamp:
- Jun 11, 2002, 6:31:37 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r8017 r8645 24 24 #define ODIN_TO_OS2_THREADID(threadid) (threadid & 0xFFFF) 25 25 26 TEB * WIN32API InitializeTIB(BOOL fMainThread = FALSE); 27 void WIN32API DestroyTIB(); 26 TEB *WIN32API CreateTEB(HANDLE hThread, DWORD dwThreadId); 27 TEB *WIN32API InitializeMainThread(); 28 29 //****************************************************************************** 30 // Set up the TEB structure of the CURRENT (!) thread 31 //****************************************************************************** 32 BOOL WIN32API InitializeThread(TEB *teb, BOOL fMainThread = FALSE); 33 34 void WIN32API DestroyTEB(TEB *teb); 28 35 ULONG WIN32API GetProcessTIBSel(); 29 36
Note:
See TracChangeset
for help on using the changeset viewer.