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 "waveInStart" in [All]

winmm

.
Summary
The waveInStart function starts input on the given waveform-audio input device.
.

static extern uint waveInStart(IntPtr hwi);

.

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

.
Documentation
[waveInStart] on MSDN

coredll

.

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

.

public static extern int waveInStart(IntPtr hwi);

.

Declare Function waveInStart Lib "coredll.dll" (TODO) As TODO

.
Documentation
[waveInStart] on MSDN

 
Access PInvoke.net directly from VS: