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