Platform SDK: Network Management

MSG_INFO_1

The MSG_INFO_1 structure specifies a message alias. This structure exists only for compatibility. Message forwarding is not supported.

typedef struct _MSG_INFO_1 {
  LPWSTR  msgi1_name;
  DWORD   msgi1_forward_flag;
  LPWSTR  msgi1_forward;
}MSG_INFO_1, *PMSG_INFO_1, *LPMSG_INFO_1;

Members

msgi1_name
Pointer to 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.
msgi1_forward_flag
This member must be zero.
msgi1_forward
This member must be NULL.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmmsg.h.

See Also

Network Management Overview, Network Management Structures, Message Functions, NetMessageNameEnum, NetMessageNameGetInfo