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

winmm

.
Summary
The waveInAddBuffer function sends an input buffer to the given waveform-audio input device.
.

[DllImport ("winmm.dll", EntryPoint="waveInAddBuffer", SetLastError=true)]

.

public static extern uint waveInAddBuffer(IntPtr hwi, ref WAVEHDR pwh, uint cbwh);

.

Shared Function waveInAddBuffer(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer, ByVal pwh As IntPtr, ByVal cbwh As UInteger) As MMRESULT

.

Shared Function waveInAddBuffer(<MarshalAs(UnmanagedType.I4)> ByVal hwi As Integer, ByRef pwh As WAVEHDR, ByVal cbwh As UInteger) As MMRESULT

.
Documentation
[waveInAddBuffer] on MSDN

coredll

.

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

.

public static extern int waveInAddBuffer(IntPtr hwi, byte[] pwh, int cbwh);

.

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

.

public static extern int waveInAddBuffer(IntPtr hwi, IntPtr lpHdr, int cbwh);

.

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

.
Documentation
[waveInAddBuffer] on MSDN

 
Access PInvoke.net directly from VS: