wpGetTrueClassName - Syntax

This method is specific to Version 3, or higher, of the OS/2 operating system.

This instance method returns the class name for the given object.

#define INCL_WINWORKPLACE
#include <os2.h>

SOMClassMgr     *somSelf;       /*  Pointer to the object on which the method is being invoked. */
WPObject        *Object;        /*  The object to get the class name for. */
PSZ              pszClassName;  /*  The class name string. */

pszClassName = _wpGetTrueClassName(somSelf,
                 Object);


[Back: wpGetTrueClassName]
[Next: wpGetTrueClassName Parameter - somSelf]