示例#1
0
 internal MidiDeviceInfo(int id, IntPtr ptr)
 {
     this.id   = id;
     this.info = (PmDeviceInfo)Marshal.PtrToStructure(ptr, typeof(PmDeviceInfo));
 }
示例#2
0
		internal MidiDeviceInfo (int id, IntPtr ptr)
		{
			this.id = id;
			this.info = (PmDeviceInfo) Marshal.PtrToStructure (ptr, typeof (PmDeviceInfo));
		}