wpIsObjectInitialized - Syntax

This instance method is called to determine if new object initialization has completed.

#define INCL_WINWORKPLACE
#include <os2.h>

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

rc = _wpIsObjectInitialized(somSelf);


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