Compartir a través de


Propiedad IMsRdpDeviceCollection::D eviceByIndex

Recupera el dispositivo en el índice especificado.

Esta propiedad es de solo lectura.

Sintaxis

HRESULT get_DeviceByIndex(
  [in]          ULONG index,
  [out, retval] IMsRdpDevice **ppDevice
);

Valor de propiedad

Puntero de interfaz IMsRdpDevice .

Códigos de error

Si el método se realiza correctamente, se devuelve S_OK . Cualquier otro valor HRESULT indica que se produjo un error en la llamada.

Requisitos

Requisito Value
Cliente mínimo compatible
Windows Vista
Servidor mínimo compatible
Windows Server 2008
Biblioteca de tipos
MsTscAx.dll
Archivo DLL
MsTscAx.dll
IID
IID_IMsRdpDeviceCollection se define como 56540617-d281-488c-8738-6a8fdf64a118

Consulte también

IMsRdpDeviceCollection