共用方式為


iWICBitmapDecoder::GetMetadataQueryReader 方法 (wincodec.h)

從解碼器擷取中繼資料查詢讀取器。

語法

HRESULT GetMetadataQueryReader(
  [out] IWICMetadataQueryReader **ppIMetadataQueryReader
);

參數

[out] ppIMetadataQueryReader

類型: IWICMetadataQueryReader**

接收解碼器 IWICMetadataQueryReader的指標。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

如果影像格式不支援容器層級中繼資料,這會傳回 WINCODEC_ERR_UNSUPPORTEDOPERATION。 唯一支援容器層級中繼資料的 Windows 提供的影像格式是 GIF。 請改用 IWICBitmapFrameDecode::GetMetadataQueryReader

規格需求

   
最低支援的用戶端 Windows XP 搭配 SP2、Windows Vista [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 wincodec.h
程式庫 Windowscodecs.lib
Dll Windowscodecs.dll

另請參閱

概念

IWICBitmapDecoder

中繼資料查詢語言概觀

讀取和寫入影像中繼資料的概觀

WIC 中繼資料概觀