Jump to content

OBJCLASS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== OBJCLASS ==
== OBJCLASS ==
Object class structure
Object class structure


=== Type ===
=== Type ===
  struct _OBJCLASS  *pNext
  struct _OBJCLASS  *pNext
  [[OS2 API:DataType:PSZ|PSZ]]              pszClassName
  [[PSZ]]              pszClassName
  [[OS2 API:DataType:PSZ|PSZ]]              pszModuleName
  [[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


pNext        Pointer to the next object class structure.
[[Category:Data type]]
pszClassName  Class name.
pszModName    Module name.
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 22:14, 19 October 2016

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