waveInReset
C# Signature:
[DllImport("winmm.dll", SetLastError=true)]
static extern uint waveInReset(IntPtr hwi);
VB Signature:
<DllImport("winmm.dll")> _
Shared Function waveInReset(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer) As MMRESULT
End Function
Última actualización