Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "waveInClose" in [All]

winmm

.
Summary
The waveInClose function closes the given waveform-audio input device.
.

static extern uint waveInClose(IntPtr hwi);

.

Shared Function waveInClose(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer) As MMRESULT

.
Documentation
[waveInClose] on MSDN

coredll

.
Summary
The waveInClose function closes the given waveform-audio input device.
.

[DllImport ("coredll.dll", EntryPoint="waveInClose", SetLastError=true)]

.

public static extern int waveInClose(IntPtr hDev);

.

Shared Function waveInClose(ByVal hDev As IntPtr) As Integer

.
Documentation
[waveInClose] on MSDN

 
Access PInvoke.net directly from VS: