wpRestoreLong - Syntax

This instance method is called to allow the object to restore a 32-bit instance data value.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;   /*  Pointer to the object on which the method is being invoked. */
PSZ           pszClass;  /*  Pointer to the class name. */
ULONG         ulKey;     /*  Class-defined identifier. */
PULONG        pulValue;  /*  The address of the long value. */
BOOL          rc;        /*  Success indicator. */

rc = _wpRestoreLong(somSelf, pszClass, ulKey,
       pulValue);


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