Jump to content

OBJCLASS: Difference between revisions

From EDM2
corrected links to namespace version.
Anakor (talk | contribs)
Fields, Dscription, Format
Line 1: Line 1:
== OBJCLASS ==
Object class structure
=== Type ===
=== Type ===
  typedef struct _OBJCLASS {
 
  struct _OBJCLASS            *pNext;
  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
  } OBJCLASS;
 
==== C Declaration Method ====
 
typedef struct
 
=== Fields ===
 
pNext        Pointer to the next object class structure.
pszClassName  Class name.
  pszModName    Module name.

Revision as of 15:55, 27 May 2005

OBJCLASS

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.