Changeset 195 for trunk/nom/include/nomtk.h
- Timestamp:
- Jan 17, 2007, 7:33:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/include/nomtk.h
r193 r195 48 48 ULONG cbSize; /* Size of this struct */ 49 49 PVOID pMemPool; /* Shared memory heap for sub alloc */ 50 HMTX hmtx ; /* Mutex sem to protect this structure*/50 HMTX hmtx_obsolete; /* Mutex sem to protect this structure -Will go away! */ 51 51 ULONG ulNumRegIds; /* Number of registered somIDs */ 52 52 NOMClassPriv *ncpNOMObject; /* This is for NOMObject*/
Note:
See TracChangeset
for help on using the changeset viewer.