C# Class Tsukikage.WinMM.MidiIO.Win32.MidiHeader

Mostrar archivo Open project: ttsuki/ttsuki Class Usage Examples

Public Properties

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

Public Methods

Method Description
FromIntPtr ( IntPtr p ) : MidiHeader

Method Details

FromIntPtr() public static method

public static FromIntPtr ( IntPtr p ) : MidiHeader
p System.IntPtr
return MidiHeader

Property Details

dwBufferLength public_oe property

public uint dwBufferLength
return uint

dwBytesRecorded public_oe property

public uint dwBytesRecorded
return uint

dwFlags public_oe property

public uint dwFlags
return uint

dwOffset public_oe property

public uint dwOffset
return uint

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 reserved
return IntPtr