typedef struct _DBGKD_QUERY_MEMORY
{
    unsigned __int64 Address;
    unsigned __int64 Reserved;
    unsigned long AddressSpace;
    unsigned long Flags;
} DBGKD_QUERY_MEMORY, *PDBGKD_QUERY_MEMORY;