The MSG_INFO_1 structure specifies an alias to retrieve a message from or send a message to.
typedef struct _MSG_INFO_1 {
LPWSTR msgi1_name;
DWORD msgi1_forward_flag;
LPWSTR msgi1_forward;
}MSG_INFO_1, *PMSG_INFO_1, *LPMSG_INFO_1;
Value | Meaning |
---|---|
MSGNAME_NOT_FORWARDED | Name is not forwarded. |
MSGNAME_FORWARDED_TO | Name is forwarded to a remote computer. |
MSGNAME_FORWARDED_FROM | Name is forwarded from a remote computer. |
Windows NT: Requires version 3.1 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in lmmsg.h.
Networking (Net) Overview, Net Structures, NetMessageNameEnum, NetMessageNameGetInfo