Microsoft DirectX 9.0 SDK Update (October 2004)

Device.GetObjectInformation Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

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

Parameters

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

Return Value

Microsoft.DirectX.DirectInput.DeviceObjectInstance .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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