Changeset 3124 for trunk/include/HandleManager.h
- Timestamp:
- Mar 16, 2000, 8:16:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/HandleManager.h
r2326 r3124 1 /* $Id: HandleManager.h,v 1.1 6 2000-01-05 19:35:52sandervl Exp $ */1 /* $Id: HandleManager.h,v 1.17 2000-03-16 19:16:34 sandervl Exp $ */ 2 2 3 3 /* … … 132 132 133 133 DWORD HMHandleAllocate (PULONG phHandle16, 134 134 ULONG hHandle32); 135 135 136 136 DWORD HMHandleFree (ULONG hHandle16); … … 141 141 142 142 DWORD HMHandleTranslateToWin (ULONG hHandle32, 143 143 PULONG phHandle16); 144 144 145 145 DWORD HMHandleTranslateToOS2 (ULONG hHandle16, 146 146 PULONG hHandle32); 147 147 148 148 DWORD HMHandleTranslateToOS2i(ULONG hHandle16); … … 349 349 BOOL HMGetCommState(INT hCommDev, LPDCB lpdcb); 350 350 351 HANDLE HMCreateThread(LPSECURITY_ATTRIBUTES lpsa, 352 DWORD cbStack, 353 LPTHREAD_START_ROUTINE lpStartAddr, 354 LPVOID lpvThreadParm, 355 DWORD fdwCreate, 356 LPDWORD lpIDThread); 357 INT HMGetThreadPriority(HANDLE hThread); 358 DWORD HMSuspendThread(HANDLE hThread); 359 BOOL HMSetThreadPriority(HANDLE hThread, int priority); 360 BOOL HMGetThreadContext(HANDLE hThread, CONTEXT *lpContext); 361 BOOL HMSetThreadContext(HANDLE hThread, const CONTEXT *lpContext); 362 BOOL HMTerminateThread(HANDLE hThread, DWORD exitcode); 363 DWORD HMResumeThread(HANDLE hThread); 364 BOOL HMGetExitCodeThread(HANDLE hThread, LPDWORD lpExitCode); 365 BOOL HMSetThreadTerminated(HANDLE hThread); 366 351 367 #ifdef __cplusplus__ 352 368 }
Note:
See TracChangeset
for help on using the changeset viewer.