wpUnlockObject - Syntax

This instance method decrements an object's lock count.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL          rc;       /*  Success indicator. */

rc = _wpUnlockObject(somSelf);


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