Jump to content

wpclsIncUsage

From EDM2
Revision as of 22:44, 24 May 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpclsIncUsage}} This class method increments the class usage count. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> wpclsIncUsage(somSelf); </PRE> ==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 Ov...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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