Changeset 1433 for trunk/src/user32/win32class.h
- Timestamp:
- Oct 25, 1999, 12:56:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.h
r1000 r1433 1 /* $Id: win32class.h,v 1. 2 1999-09-21 17:04:27 dengertExp $ */1 /* $Id: win32class.h,v 1.3 1999-10-24 22:56:09 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 57 57 BOOL hasClassName(LPSTR classname, BOOL fUnicode = 0); 58 58 59 BOOL isAppClass(ULONG curProcessId); 60 59 61 static void UnregisterClassA(HINSTANCE hinst, LPSTR id); 60 62 … … 83 85 //User data class words/longs 84 86 ULONG *userClassLong; 87 ULONG processId; 85 88 86 89 //nr of windows created with this class
Note:
See TracChangeset
for help on using the changeset viewer.