This document is archived and information here might be outdated. Recommended version. |
The CLSID of the input device at the specified index.
[Visual Basic .NET] Public Function get_DeviceCLSID ( _ ByVal index As Integer _ ) As UID
[C#] public UID get_DeviceCLSID ( int index );
[C++]
HRESULT get_DeviceCLSID(
long index,
IUID** ClassID
);
[C++] Parameters index [in]
index is a parameter of type long ClassID [out, retval]
ClassID is a parameter of type IUID**