Method Notify
Notify(int, int, object, object, out object)
Performs a notification to obtain information or perform an action.
public extern virtual void Notify(int iType, int iSubType, object varValue, object varValue2, out object pvarValue)
Parameters
iTypeintThe type of message that will be sent.
iSubTypeintThe message subtype. This value is always set to 0.
varValueobjectInput data, depends on the message type.
varValue2objectInput data, depends on the message type.
pvarValueobjectThe result.
Remarks
Warning
This method has been deprecated. Use types from the Class Library instead.