Converts an IntPtr as received in an MIDIFILTERPROC to a BASS_MIDI_EVENT.
Namespace: Un4seen.Bass.AddOn.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
Parameters
- eventPtr
- Type: SystemIntPtr
The IntPtr to convert.
Return Value
Type: BASS_MIDI_EVENTThe underlying BASS_MIDI_EVENT struct.
See Also