//0x30 bytes (sizeof)
struct _DEVICE_MAP
{
    struct _OBJECT_DIRECTORY* DosDevicesDirectory;                          //0x0
    struct _OBJECT_DIRECTORY* GlobalDosDevicesDirectory;                    //0x4
    ULONG ReferenceCount;                                                   //0x8
    ULONG DriveMap;                                                         //0xc
    UCHAR DriveType[32];                                                    //0x10
};