wpGetTrueClassName - Example Code

This example shows how to call the wpGetTrueClassName method to obtain the name of the object class that implements the object pointed to by somSelf.

    PSZ         pszClassName;

    pszClassName = _wpGetTrueClassName(SOMClassMgrObject,somSelf);


[Back: wpGetTrueClassName - Related Methods]
[Next: wpGetTrueClassName - Topics]