cadencii.win32.waveOutClose C# (CSharp) Method

waveOutClose() private method

private waveOutClose ( IntPtr hwo ) : uint
hwo IntPtr
return uint
        public static extern uint waveOutClose( IntPtr hwo );
        #endregion
win32