wpObjectReady - Syntax

This instance method is called as a notification to the object that its creation or awakening is complete.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;    /*  Pointer to the object on which the method is being invoked. */
ULONG         ulCode;     /*  Code indicating the type of operation which has just completed. */
WPObject     *refObject;  /*  Pointer to the object from which this object was created. */

wpObjectReady(somSelf, ulCode, refObject);


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