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

Structures

.
Summary
MIDIINCAPS stores driver capabilities and name returned from midiInGetDevCaps
.

struct MIDIINCAPS

.
Documentation
[MIDIINCAPS] on MSDN

winmm

.

    private static extern MMRESULT midiInGetDevCaps(UIntPtr uDeviceID, ref MIDIINCAPS caps, uint cbMidiInCaps);

.

MIDIINCAPS

.

Use (uint)Marshal.SizeOf(typeof(MIDIINCAPS)) for cbMidiInCaps.


 
Access PInvoke.net directly from VS: