wpObjectReady Parameter - ulCode
ulCode
(
ULONG
) - input
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
New object created.
OR_SHADOW
Self created as a shadow of
refObject
.
OR_REFERENCE
Set to indicate that the new object (self) was created from the
refObject
.
[Back: wpObjectReady Parameter - somSelf]
[Next: wpObjectReady Parameter - refObject]