IWICJpegFrameDecode::GetScanHeader 方法 (wincodec.h)
從掃描開始 (SOS) 標記中擷取具有指定索引之掃描的參數。
語法
HRESULT GetScanHeader(
UINT scanIndex,
[out] WICJpegScanHeader *pScanHeader
);
參數
scanIndex
類型: UINT
擷取標頭數據的掃描索引。
[out] pScanHeader
類型: WICJpegScanHeader*
接收框架標頭數據的指標。
傳回值
類型: HRESULT
在成功完成時傳回S_OK。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wincodec.h |
程式庫 | Windowscodecs.lib |
Dll | Windowscodecs.dll |