Gets the low-order and high-order UINT32 values from a UINT64 value.
void Unpack2UINT32AsUINT64(
UINT64 unPacked,
UINT32 *punHigh,
UINT32 *punLow
)
unPacked
Type: UINT64
The value to convert.
punHigh
Type: UINT32 *
[out] Receives the high-order 32 bits.
punLow
Type: UINT32 *
[out] Receives the low-order 32 bits.
You can use this function to unpack a UINT64 value that you receive from the IMFAttributes::GetUINT64 method.
Header: Declared in mfapi.h.