typedef struct _DBGKD_GET_INTERNAL_BREAKPOINT64
{
    unsigned __int64 BreakpointAddress;
    unsigned long Flags;
    unsigned long Calls;
    unsigned long MaxCallsPerPeriod;
    unsigned long MinInstructions;
    unsigned long MaxInstructions;
    unsigned long TotalInstructions;
} DBGKD_GET_INTERNAL_BREAKPOINT64, *PDBGKD_GET_INTERNAL_BREAKPOINT64;