Device.GetObjects Method

Language:

Enumerates the input and output objects available on a device.

Definition

Visual Basic Public Function GetObjects( _
    ByVal flags As DeviceObjectTypeFlags _
) As DeviceObjectList
C# public DeviceObjectList GetObjects(
    DeviceObjectTypeFlags flags
);
C++ public:
DeviceObjectListGetObjects(
    DeviceObjectTypeFlags flags
);
JScript public function GetObjects(
    flags : DeviceObjectTypeFlags
) : DeviceObjectList;

Parameters

flags Microsoft.DirectX.DirectInput.DeviceObjectTypeFlags

Return Value

Microsoft.DirectX.DirectInput.DeviceObjectList


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