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
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

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
.

MIDIHDR

.

Pointer to a MIDIHDR structure that identifies the MIDI buffer.

.

Size, in bytes, of the MIDIHDR structure.

.

lpMidiOutHdr - Pointer to a MIDIHDR structure that identifies the buffer to be prepared.

.

cbMidiOutHdr - Size, in bytes, of the MIDIHDR structure.

.

lpMidiOutHdr - Pointer to a MIDIHDR structure identifying the buffer to be cleaned up.

.

cbMidiOutHdr - Size, in bytes, of the MIDIHDR structure.

.

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: