The MSG_INFO_0 structure specifies a message alias.
typedef struct _MSG_INFO_0 {
LPTSTR msgi0_name;
}MSG_INFO_0, *PMSG_INFO_0, *LPMSG_INFO_0;
Members
msgi0_name
Contains a Unicode string that specifies the alias to which the message is to be sent. The constant LEN specifies the maximum number of characters in the string.
See Also