@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The waveInUnprepareHeader function cleans up the preparation performed by the waveInPrepareHeader function. !!!!C# Signature: [DllImport("winmm.dll", SetLastError=true)] static extern MMRESULT waveInUnprepareHeader(IntPtr hwi, ref WAVEHDR pwh, uint cbwh); !!!!VB Signature: <DllImport("winmm.dll")> _ Shared Function waveInUnprepareHeader(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer, ByVal pwh As IntPtr, ByVal cbwh As UInteger) As MMRESULT End Function <DllImport("winmm.dll")> _ Shared Function waveInUnprepareHeader(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer, ByRef pwh As WAVEHDR, ByVal cbwh As UInteger) As MMRESULT End Function !!!!User-Defined Types: [WAVEHDR] [MMRESULT] !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: waveInUnprepareHeader@msdn on MSDN
Edit winmm.waveInUnpre...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.