struct MCI_ADDR

typedef struct _MCI_ADDR
{
     union
     {
          struct
          {
               ULONG Address;
               ULONG Reserved;
          };
          UINT64 QuadPart;
     };
} MCI_ADDR, *PMCI_ADDR;

Windows Vista Kernel Structures