Changeset 3138
- Timestamp:
- Mar 17, 2000, 5:06:01 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
-
HandleManager.h (modified) (2 diffs)
-
win32api.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/HandleManager.h
r3124 r3138 1 /* $Id: HandleManager.h,v 1.1 7 2000-03-16 19:16:34sandervl Exp $ */1 /* $Id: HandleManager.h,v 1.18 2000-03-17 16:06:01 sandervl Exp $ */ 2 2 3 3 /* … … 354 354 LPVOID lpvThreadParm, 355 355 DWORD fdwCreate, 356 LPDWORD lpIDThread); 356 LPDWORD lpIDThread, 357 BOOL fFirstThread = FALSE); 357 358 INT HMGetThreadPriority(HANDLE hThread); 358 359 DWORD HMSuspendThread(HANDLE hThread); -
trunk/include/win32api.h
r3057 r3138 1 /* $Id: win32api.h,v 1. 3 2000-03-09 18:56:18sandervl Exp $ */1 /* $Id: win32api.h,v 1.4 2000-03-17 16:06:01 sandervl Exp $ */ 2 2 3 3 /* … … 53 53 BOOL WIN32API PostMessageW(HWND,UINT,WPARAM,LPARAM); 54 54 55 BOOL WIN32API IsWindow(HWND); 56 55 57 DWORD WIN32API GetTickCount(void); 56 58
Note:
See TracChangeset
for help on using the changeset viewer.
