Jump to content

wpclsIncUsage

From EDM2

This class method increments the class usage count. It is specific to version 3 or higher of the OS/2 operating system.

Syntax

wpclsIncUsage(somSelf);

Parameters

somSelf (M_WPObject *) - input
Pointer to the WPObject class object.

Returns

There is no return value for this method.

Remarks

The class usage count is used by the system to dynamically load and unload DLLs containing classes.

How to Override

This method should not be overridden.

Related Methods