Microsoft DirectX 9.0 SDK Update (October 2004)

Manager.GetDevices Method

Language:

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

Enumerates available devices.

Definition

Visual Basic .NET Public Shared Function GetDevices( _
    ByVal name As String, _
    ByVal actionFormat As ActionFormat, _
    ByVal flags As EnumDevicesBySemanticsFlags _
) As DeviceList
C# public static DeviceList GetDevices(
    string name,
    ActionFormat actionFormat,
    EnumDevicesBySemanticsFlags flags
);
Managed C++ public: static DeviceList* GetDevices(
    String *name,
    ActionFormat *actionFormat,
    EnumDevicesBySemanticsFlags flags
);
JScript .NET public static function GetDevices(
    name : String,
    actionFormat : ActionFormat,
    flags : EnumDevicesBySemanticsFlags
) : DeviceList;

Parameters

name System.String.
actionFormat Microsoft.DirectX.DirectInput.ActionFormat.
flags Microsoft.DirectX.DirectInput.EnumDevicesBySemanticsFlags.

Return Value

Microsoft.DirectX.DirectInput.DeviceList .


© 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