Microsoft DirectX 8.0 (C++)

DMUS_LYRIC_PMSG

Contains message data for a string.

typedef struct _DMUS_LYRIC_PMSG {
    DMUS_PMSG_PART
    WCHAR  wszString[1]; 
} DMUS_LYRIC_PMSG;
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

IDirectMusicPerformance8::SendPMsg