typedef struct _EX_RUNDOWN_REF
{
    union
    {
        unsigned __int64 Count;
        void *Ptr;
    };
} EX_RUNDOWN_REF, *PEX_RUNDOWN_REF;