OBJCLASS: Difference between revisions
Appearance
OBJCLASS created. |
corrected links to namespace version. |
||
Line 1: | Line 1: | ||
=== Type === | === Type === | ||
typedef struct _OBJCLASS { | typedef struct _OBJCLASS { | ||
struct _OBJCLASS *pNext; | struct _OBJCLASS *pNext; | ||
[[PSZ]] | [[OS2 API:DataType:PSZ|PSZ]] pszClassName; | ||
[[PSZ]] | [[OS2 API:DataType:PSZ|PSZ]] pszModuleName; | ||
} OBJCLASS; | } OBJCLASS; |