typedef struct _DBGKD_CONTINUE2
{
    long ContinueStatus;
    union
    {
        AMD64_DBGKD_CONTROL_SET ControlSet;
        DBGKD_ANY_CONTROL_SET AnyControlSet;
    };
} DBGKD_CONTINUE2, *PDBGKD_CONTINUE2;