IPortableDeviceCapabilities::GetSupportedEvents 方法 (portabledeviceapi.h)
GetSupportedEvents方法會擷取此裝置支援的事件。
語法
HRESULT GetSupportedEvents(
[out] IPortableDevicePropVariantCollection **ppEvents
);
參數
[out] ppEvents
接收 IPortableDevicePropVariantCollection 介面指標的變數位址,該介面會列出支援的事件。 呼叫端必須在使用此介面完成時釋放這個介面。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
至少有一個引數是 Null 指標。 |
需求
目標平台 | Windows |
標頭 | portabledeviceapi.h |
程式庫 | PortableDeviceGUIDs.lib |