wpModuleForClass - Syntax

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

This instance method returns the module name for a given class.

#define INCL_WINWORKPLACE
#include <os2.h>

WPClassManager     *somSelf;    /*  Pointer to the object on which the method is being invoked. */
PSZ                 pszClass;   /*  Class for which the module name is returned. */
PSZ                 pszModule;  /*  Module name for pszClass. */

pszModule = _wpModuleForClass(somSelf, pszClass);


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