UnpackSize 函式 (mfapi.h)
從代表大小的UINT64值取得低序和高階UINT32值。
語法
void UnpackSize(
[in] UINT64 unPacked,
[out] UINT32 *punWidth,
[out] UINT32 *punHeight
);
參數
[in] unPacked
要進行轉換的值。
[out] punWidth
接收高階 32 位。
[out] punHeight
接收低序 32 位。
傳回值
無
備註
您可以使用此函式來解除封裝您從IMFAttributes::GetUINT64方法收到的UINT64值。
需求
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |