MFGetPluginControl 函式 (mfapi.h)
取得 Microsoft Media Foundation 外掛程式管理員的指標。
語法
HRESULT MFGetPluginControl(
[out] IMFPluginControl **ppPluginControl
);
參數
[out] ppPluginControl
接收 IMFPluginControl 介面的指標。 呼叫端必須釋放 介面。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |