Manager.GetDevices Method

Language:

Enumerates available devices.

Definition

Visual Basic Public Shared Function GetDevices( _
    ByVal actionFormat As ActionFormat, _
    ByVal flags As EnumDevicesBySemanticsFlags _
) As DeviceList
C# public static DeviceList GetDevices(
    ActionFormat actionFormat,
    EnumDevicesBySemanticsFlags flags
);
C++ public:
static DeviceListGetDevices(
    ActionFormatactionFormat,
    EnumDevicesBySemanticsFlags flags
);
JScript public static function GetDevices(
    actionFormat : ActionFormat,
    flags : EnumDevicesBySemanticsFlags
) : DeviceList;

Parameters

actionFormat Microsoft.DirectX.DirectInput.ActionFormat
flags Microsoft.DirectX.DirectInput.EnumDevicesBySemanticsFlags

Return Value

Microsoft.DirectX.DirectInput.DeviceList


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