wpclsIncUsage - Syntax

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

This class method is called to increment the class usage count.

#define INCL_WINWORKPLACE
#include <os2.h>

M_WPObject     *somSelf;  /*  Pointer to the WPObject class object. */

wpclsIncUsage(somSelf);


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