Microsoft DirectX 8.1 (C++) |
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