Method GetInfo
GetInfo(int, int, ref object)
Performs an info request.
public extern virtual void GetInfo(int iWhat, int iSubType, ref object pvarValue)
Parameters
iWhatintThe type of message that will be sent.
iSubTypeintThe message subtype. This value is always set to 0.
pvarValueobjectObject reference used to send and receive the data.
Remarks
Warning
This method has been deprecated. Use types from the Class Library instead.