DMUS_LYRIC_PMSG

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

DMUS_LYRIC_PMSG

The DMUS_LYRIC_PMSG structure contains message data for a string.

Syntax

typedef struct _DMUS_LYRIC_PMSG {
  DMUS_PMSG_PART
  WCHAR  wszString[1]; 
} DMUS_LYRIC_PMSG;

Members

DMUS_PMSG_PART

Macro for common message members. See DMUS_PMSG.

wszString

Null-terminated Unicode string. The array is sized when the message is created.

Requirements

  Header: Declared in dmusici.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.