OBJCLASS: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Object class structure | Object class structure | ||
== Type == | |||
struct _OBJCLASS *pNext | struct _OBJCLASS *pNext | ||
[[ | [[PSZ]] pszClassName | ||
PSZ pszModuleName | |||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;pNext:Pointer to the next object class structure | |||
;pszClassName:Class name | |||
;pszModName:Module name | |||
[[Category:PM Data type]] | |||
[[Category: |
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