typedef struct _DBGKD_GET_INTERNAL_BREAKPOINT32
{
    unsigned long BreakpointAddress;
    unsigned long Flags;
    unsigned long Calls;
    unsigned long MaxCallsPerPeriod;
    unsigned long MinInstructions;
    unsigned long MaxInstructions;
    unsigned long TotalInstructions;
} DBGKD_GET_INTERNAL_BREAKPOINT32, *PDBGKD_GET_INTERNAL_BREAKPOINT32;