#ifndef _NTWMI_H
typedef struct _OPTICAL_MEDIA_RECORD
{
USHORT DiskNumber;
USHORT BusType;
USHORT DeviceType;
USHORT MediaType;
ULONGLONG StartingOffset;
ULONGLONG Size;
ULONGLONG NumberOfFreeBlocks;
ULONGLONG TotalNumberOfBlocks;
ULONGLONG NextWritableAddress;
ULONG NumberOfSessions;
ULONG NumberOfTracks;
ULONG BytesPerSector;
USHORT DiscStatus;
USHORT LastSessionStatus;
WCHAR Data[1];
} OPTICAL_MEDIA_RECORD, *POPTICAL_MEDIA_RECORD;
View code on GitHub
No description available.