Unpack2UINT32AsUINT64 function (mfapi.h)
Gets the low-order and high-order UINT32 values from a UINT64 value.
Syntax
void Unpack2UINT32AsUINT64(
[in] UINT64 unPacked,
[out] UINT32 *punHigh,
[out] UINT32 *punLow
);
Parameters
[in] unPacked
The value to convert.
[out] punHigh
Receives the high-order 32 bits.
[out] punLow
Receives the low-order 32 bits.
Return value
None
Remarks
You can use this function to unpack a UINT64 value that you receive from the IMFAttributes::GetUINT64 method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | mfapi.h |