Changeset 195 for trunk/nom/include
- Timestamp:
- Jan 17, 2007, 7:33:51 PM (19 years ago)
- Location:
- trunk/nom/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/include/nomgc.h
r193 r195 49 49 #if 0 50 50 NOMEXTERN BOOL NOMLINK nomRegisterDLLByHandle(const HREGDLL hRegisterDLL, const gpointer pDLLHandle); 51 NOMEXTERN BOOL NOMLINK nomQueryIsDLLRegisteredUsingHandle(const gpointer pDLLHandle);52 51 #endif 52 53 NOMEXTERN BOOL NOMLINK nomQueryUsingNameIsDLLRegistered(const gchar *chrName); 54 53 55 #endif /* NOMGC_H_INCLUDED */ 54 56 -
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.