MFCreateAttributes 函式 (mfapi.h)
建立空的屬性存放區。
語法
HRESULT MFCreateAttributes(
[out] IMFAttributes **ppMFAttributes,
[in] UINT32 cInitialSize
);
參數
[out] ppMFAttributes
接收 IMFAttributes 介面的指標。 呼叫端必須釋放 介面。
[in] cInitialSize
為屬性存放區配置的初始項目數目。 屬性存放區會視需要成長。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
屬性會在整個 Microsoft Media Foundation 中用來設定物件、描述媒體格式、查詢物件屬性和其他用途。 如需詳細資訊,請參閱 媒體基礎中的屬性。
如需媒體基礎中所有已定義屬性 GUID 的完整清單,請參閱 媒體基礎屬性。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |