OBJCLASS: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== OBJCLASS == | == OBJCLASS == | ||
Object class structure | Object class structure | ||
=== Type === | === Type === | ||
struct _OBJCLASS *pNext | struct _OBJCLASS *pNext | ||
[[ | [[PSZ]] pszClassName | ||
[[ | [[PSZ]] pszModuleName | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;pNext:Pointer to the next object class structure | |||
;pszClassName:Class name | |||
;pszModName:Module name | |||
[[Category:Data type]] | |||
[[Category: |