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