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