Beispiel #1
0
 public static extern uint waveInMessage(HWAVEIN hwi, uint uMsg, [NativeTypeName("DWORD_PTR")] nuint dw1, [NativeTypeName("DWORD_PTR")] nuint dw2);
Beispiel #2
0
 public static extern uint waveInGetPosition(HWAVEIN hwi, [NativeTypeName("LPMMTIME")] MMTIME *pmmt, uint cbmmt);
Beispiel #3
0
 public static extern uint waveInGetID(HWAVEIN hwi, [NativeTypeName("LPUINT")] uint *puDeviceID);
Beispiel #4
0
 public static extern uint waveInReset(HWAVEIN hwi);
Beispiel #5
0
 public static extern uint waveInStop(HWAVEIN hwi);
Beispiel #6
0
 public static extern uint waveInAddBuffer(HWAVEIN hwi, [NativeTypeName("LPWAVEHDR")] WAVEHDR *pwh, uint cbwh);
Beispiel #7
0
 public static extern uint waveInUnprepareHeader(HWAVEIN hwi, [NativeTypeName("LPWAVEHDR")] WAVEHDR *pwh, uint cbwh);
Beispiel #8
0
 public static extern uint waveInClose(HWAVEIN hwi);