IPortableDevice::Content 方法 (portabledeviceapi.h)
Content 方法會擷取可用來存取裝置上物件的介面。
語法
HRESULT Content(
[out] IPortableDeviceContent **ppContent
);
參數
[out] ppContent
接收 IPortableDeviceContent 介面指標的變數位址,該介面用來存取裝置上的內容。 呼叫端必須在完成此介面時釋放此介面。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
ppContent 自變數是 NULL 指標。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | portabledeviceapi.h |
程式庫 | PortableDeviceGUIDs.lib |