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

coredll

.

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

.

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

.

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

.

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

.

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

.
Documentation
[waveInPrepareHeader] on MSDN

winmm

.

static extern TODO waveInPrepareHeader3(TODO);

.

Declare Function waveInPrepareHeader3 Lib "winmm.dll" (TODO) As TODO

.
Documentation
[waveInPrepareHeader3] on MSDN
.
Summary
The waveInUnprepareHeader function cleans up the preparation performed by the waveInPrepareHeader function.

 
Access PInvoke.net directly from VS: