// iddcx.h
struct IDARG_IN_GETMOVEREGIONS {
UINT MoveRegionInCount;
IDDCX_MOVEREGION *pMoveRegions;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information to the OS about move regions.
MoveRegionInCount[in] Number of move regions in the pMoveRegions array
pMoveRegions[out] Pointer to the buffer where the OS can copy the move regions.