Manager.FindDevice Method

Language:

Definition

Visual Basic Public Shared Function FindDevice( _
    ByVal guidClass As Guid, _
    ByVal name As String _
) As Guid
C# public static Guid FindDevice(
    Guid guidClass,
    string name
);
C++ public:
static Guid FindDevice(
    Guid guidClass,
    Stringname
);
JScript public static function FindDevice(
    guidClass : Guid,
    name : String
) : Guid;

Parameters

guidClass System.Guid
name System.String

Return Value

System.Guid


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