Platform SDK: Network Management |
The ADMIN_OTHER_INFO structure contains error message information. The NetAlertRaise and NetAlertRaiseEx functions use the ADMIN_OTHER_INFO structure to specify information when raising an administrator's interrupting message.
typedef struct _ADMIN_OTHER_INFO { DWORD alrtad_errcode; DWORD alrtad_numstrings; }ADMIN_OTHER_INFO, *PADMIN_OTHER_INFO, *LPADMIN_OTHER_INFO;
Variable-length data follows the ADMIN_OTHER_INFO structure in the alert message buffer if you specify one or more strings in the alrtad_numstrings member. The calling application must allocate and free the memory for all structures and variable-length data in an alert message buffer.
See NetAlertRaise and NetAlertRaiseEx for code samples that demonstrate how to raise an administrative alert.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmalert.h.
Network Management Overview, Network Management Structures, Alert Functions, ERRLOG_OTHER_INFO, PRINT_OTHER_INFO, STD_ALERT, USER_OTHER_INFO, NetAlertRaise, NetAlertRaiseEx