Método IPortableDeviceService::Content (portabledeviceapi.h)
El método Content recupera el acceso al contenido del servicio.
Sintaxis
HRESULT Content(
[out] IPortableDeviceContent2 **ppContent
);
Parámetros
[out] ppContent
La interfaz IPortableDeviceContent2 que accede al contenido del servicio.
Valor devuelto
El método devuelve un valor HRESULT. Entre los valores posibles se incluyen los que se indican en la tabla siguiente, entre otros.
Código devuelto | Descripción |
---|---|
|
El método se ha llevado a cabo de forma correcta. |
|
Se especificó un parámetro NULL . |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 7 [aplicaciones de escritorio | Aplicaciones para UWP] |
Servidor mínimo compatible | No se admite ninguno |
Plataforma de destino | Windows |
Encabezado | portabledeviceapi.h |
Consulte también
Enumerar el contenido del servicio
IPortableDeviceService (Interfaz)