Code indicating the type of operation which has
just completed.
Possible values are described in the following list:
OR_AWAKE
object awakened from dormancy.
OR_FROMTEMPLATE
Self created from template
object refObject.
OR_FROMCOPY
Self created as a copy of refObject.
OR_NEW
OR_SHADOW
Self created as a shadow of refObject.
OR_REFERENCE
Set to indicate that the new
object (self) was created from the refObject.
refObject (WPObject *) - input
Pointer to
the object from which this object was created.
If OR_REFERENCE is set in ulCode, this is a pointer to the object
from which self was created; otherwise, it is NULL.
There is no return value for this method.
[Back: wpObjectReady - Return Value]
[Next: wpObjectReady - Remarks]