Esempio n. 1
0
 public static extern int waveInUnprepareHeader(IntPtr hwi, ref tWAVEHDR pwh, int cbwh);
Esempio n. 2
0
 public static extern int waveOutWrite(IntPtr hwo, ref tWAVEHDR pwh, int cbwh);
Esempio n. 3
0
 public static extern int waveInAddBuffer(IntPtr hwi, ref tWAVEHDR pwh, int cbwh);
Esempio n. 4
0
 public static extern int waveOutPrepareHeader(IntPtr hwo, ref tWAVEHDR pwh, int cbwh);