Device.GetObjectInformation Method

Language:

Retrieves information about a device object, such as a button or axis.

Definition

Visual Basic Public Function GetObjectInformation( _
    ByVal obj As Integer, _
    ByVal how As ParameterHow _
) As DeviceObjectInstance
C# public DeviceObjectInstance GetObjectInformation(
    int obj,
    ParameterHow how
);
C++ public:
DeviceObjectInstance GetObjectInformation(
    int obj,
    ParameterHow how
);
JScript public function GetObjectInformation(
    obj : int,
    how : ParameterHow
) : DeviceObjectInstance;

Parameters

obj System.Int32
how Microsoft.DirectX.DirectInput.ParameterHow

Return Value

Microsoft.DirectX.DirectInput.DeviceObjectInstance


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center