IWICMetadataReaderInfo::GetPatterns 方法 (wincodecsdk.h)
取得與元數據讀取器相關聯的元數據模式。
語法
HRESULT GetPatterns(
[in] REFGUID guidContainerFormat,
[in] UINT cbSize,
[in, out] WICMetadataPattern *pPattern,
[in, out] UINT *pcCount,
[in, out] UINT *pcbActual
);
參數
[in] guidContainerFormat
類型: REFGUID
cointainer 格式 GUID。
[in] cbSize
類型: UINT
pPattern 緩衝區的大小,以位元組為單位。
[in, out] pPattern
類型: WICMetadataPattern*
接收元數據模式的指標。
[in, out] pcCount
類型: UINT*
接收元數據模式數目的指標。
[in, out] pcbActual
類型: UINT*
接收取得元數據模式所需的大小以位元組為單位的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP 搭配 SP2、Windows Vista [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | wincodecsdk.h |
程式庫 | Windowscodecs.lib |
Dll | Windowscodecs.dll |