[DllImport("winmm.dll", SetLastError=true)] static extern uint waveInReset(IntPtr hwi);
<DllImport("winmm.dll")> _ Shared Function waveInReset(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer) As MMRESULT End Function
Última actualización hace 1 año