public static extern uint waveInMessage(HWAVEIN hwi, uint uMsg, [NativeTypeName("DWORD_PTR")] nuint dw1, [NativeTypeName("DWORD_PTR")] nuint dw2);
public static extern uint waveInGetPosition(HWAVEIN hwi, [NativeTypeName("LPMMTIME")] MMTIME *pmmt, uint cbmmt);
public static extern uint waveInGetID(HWAVEIN hwi, [NativeTypeName("LPUINT")] uint *puDeviceID);
public static extern uint waveInReset(HWAVEIN hwi);
public static extern uint waveInStop(HWAVEIN hwi);
public static extern uint waveInAddBuffer(HWAVEIN hwi, [NativeTypeName("LPWAVEHDR")] WAVEHDR *pwh, uint cbwh);
public static extern uint waveInUnprepareHeader(HWAVEIN hwi, [NativeTypeName("LPWAVEHDR")] WAVEHDR *pwh, uint cbwh);
public static extern uint waveInClose(HWAVEIN hwi);