MFGetAttributeString 函式 (mfapi.h)
從屬性存放區取得字串值。
語法
HRESULT MFGetAttributeString(
[in] IMFAttributes *pAttributes,
[in] REFGUID guidKey,
[out] PWSTR *ppsz
);
參數
[in] pAttributes
IMFAttributes介面的指標。
[in] guidKey
GUID,識別要擷取的值。 屬性類型必須 MF_ATTRIBUTE_STRING。
[out] ppsz
如果找到索引鍵且值為字串類型,則此參數會接收字串的複本。 呼叫端必須藉由呼叫 CoTaskMemFree釋放字串的記憶體。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
此函式是 IMFAttributes::GetAllocatedString 方法的包裝函式。
需求
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |