OBJCLASS: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
;pszModName:Module name | ;pszModName:Module name | ||
[[Category:Data type]] | [[Category:PM Data type]] |
Latest revision as of 07:04, 21 February 2020
Object class structure
Type
struct _OBJCLASS *pNext PSZ pszClassName PSZ pszModuleName
C Declaration Method
typedef struct
Fields
- pNext
- Pointer to the next object class structure
- pszClassName
- Class name
- pszModName
- Module name