Method Notify
Notify(int, int, object, object, out object)
Performs a notify.
void Notify(int iType, int iSubType, object varValue, object varValue2, out object pvarValue)
Parameters
iType
intThe type of message that will be sent.
iSubType
intThe message subtype. This value is always set to 0.
varValue
objectInput data, depends on the message type.
varValue2
objectInput data, depends on the message type.
pvarValue
objectThe result.
Remarks
Warning
This method has been deprecated. Use types from the Class Library instead.