IDARG_IN_GETMOVEREGIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_GETMOVEREGIONS {
  UINT             MoveRegionInCount;
  IDDCX_MOVEREGION *pMoveRegions;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_getmoveregions)

IDARG_IN_GETMOVEREGIONS structure

Description

Gives information to the OS about move regions.

Members

MoveRegionInCount

[in] Number of move regions in the pMoveRegions array

pMoveRegions

[out] Pointer to the buffer where the OS can copy the move regions.