C# Class Midi.Win32API.MIDIHDR

Datei anzeigen Open project: jstnryan/midi-dot-net Class Usage Examples

Public Properties

Property Type Description
dwBufferLength int
dwBytesRecorded int
dwFlags int
dwOffset int
dwUser System.IntPtr
lpData System.IntPtr
lpNext System.IntPtr
reserved System.IntPtr

Property Details

dwBufferLength public_oe property

public int dwBufferLength
return int

dwBytesRecorded public_oe property

public int dwBytesRecorded
return int

dwFlags public_oe property

public int dwFlags
return int

dwOffset public_oe property

public int dwOffset
return int

dwUser public_oe property

public IntPtr,System dwUser
return System.IntPtr

lpData public_oe property

public IntPtr,System lpData
return System.IntPtr

lpNext public_oe property

public IntPtr,System lpNext
return System.IntPtr

reserved public_oe property

public IntPtr,System reserved
return System.IntPtr