DMUS_PATCH_PMSG

This structure contains data for a program-change message.

typedef struct DMUS_PATCH_PMSG {
  DMUS_PMSG_PART
  BYTE byInstrument;
  BYTE byMSB;
  BYTE byLSB;
  BYTE byPad[1];
} DMUS_PATCH_PMSG;

Members

  • DMUS_PMSG_PART
    Macro for common message members. For more information, see DMUS_PMSG.
  • byInstrument
    Patch number of the instrument.
  • byMSB
    Most significant byte of bank select.
  • byLSB
    Least significant byte of bank select.
  • byPad[1]
    Padding to a WORD boundary. This value is ignored.

Requirements

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.

See Also

MIDI Messages | IDirectMusicPerformance::SendPMsg | DMUS_MIDI_PMSG

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.