struct DBGKD_FILL_MEMORY

typedef struct _DBGKD_FILL_MEMORY
{
     UINT64 Address;
     ULONG Length;
     WORD Flags;
     WORD PatternLength;
} DBGKD_FILL_MEMORY, *PDBGKD_FILL_MEMORY;

Windows Vista Kernel Structures