OBJCLASS: Difference between revisions
Appearance
corrected links to namespace version. |
Fields, Dscription, Format |
||
Line 1: | Line 1: | ||
== OBJCLASS == | |||
Object class structure | |||
=== Type === | === Type === | ||
struct _OBJCLASS *pNext | |||
[[OS2 API:DataType:PSZ|PSZ]] pszClassName | [[OS2 API:DataType:PSZ|PSZ]] pszClassName | ||
[[OS2 API:DataType:PSZ|PSZ]] pszModuleName | [[OS2 API:DataType:PSZ|PSZ]] pszModuleName | ||
==== C Declaration Method ==== | |||
typedef struct | |||
=== Fields === | |||
pNext Pointer to the next object class structure. | |||
pszClassName Class name. | |||
pszModName Module name. |