C# Class Midi.Win32API.MIDIHDR

Show file 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 property

public int dwBufferLength
return int

dwBytesRecorded public property

public int dwBytesRecorded
return int

dwFlags public property

public int dwFlags
return int

dwOffset public property

public int dwOffset
return int

dwUser public property

public IntPtr,System dwUser
return System.IntPtr

lpData public property

public IntPtr,System lpData
return System.IntPtr

lpNext public property

public IntPtr,System lpNext
return System.IntPtr

reserved public property

public IntPtr,System reserved
return System.IntPtr