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

winmm

.
Summary
The MIDIHDR structure is used for registering buffers with the Midi Ports.
.

    internal struct MIDIHDR

.

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

.
Documentation
[MIDIHDR] on MSDN
.

static extern Int32 midiStreamOut(IntPtr hMidiStream, MIDIHDR lpMidiHdr, uint cbMidiHdr);

.

Declare Function midiStreamOut Lib "winmm.dll" (ByVal hMidiStream As IntPtr, ByVal lpMidiHdr As MIDIHDR, ByVal cbMidiHdr As UInteger) As Integer

.

struct MIDIHDR

.

     MIDIHDR lpNext;

.

Structure MIDIHDR


 
Access PInvoke.net directly from VS: