GetXmaPacketFrameCount
This is a helper function for theXMA2PACKET structure that returns the packet frame count.
Syntax
Parameters
pPacket _In_bytecount_(1)Type: BYTE* Pointer to the packet.
Return value
Type: DWORD The packet frame count.Remarks
This function extracts the fields in the XMA2packet.Bitfields cannot be read directly on little-endian architectures such as the Intel x86 because they are laid out in big-endian form.
