public extern static int DeviceIoControl(IntPtr hDevice, uint IoControlCode, IntPtr InBuffer, uint InBufferSize, [Out] CDRomToc OutTOC, uint OutBufferSize, ref uint BytesReturned, IntPtr Overlapped);
public CDDrive() { toc = new CDRomToc(); //NativeMethods.CDROM_TOC(); cdHandle = IntPtr.Zero; }