Skip to content

Latest commit

 

History

History
116 lines (78 loc) · 4.06 KB

ns-lmalert-admin_other_info.md

File metadata and controls

116 lines (78 loc) · 4.06 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:lmalert._ADMIN_OTHER_INFO
ADMIN_OTHER_INFO (lmalert.h)
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.
*LPADMIN_OTHER_INFO
*PADMIN_OTHER_INFO
ADMIN_OTHER_INFO
ADMIN_OTHER_INFO structure [Network Management]
LPADMIN_OTHER_INFO
LPADMIN_OTHER_INFO structure pointer [Network Management]
PADMIN_OTHER_INFO
PADMIN_OTHER_INFO structure pointer [Network Management]
_win32_admin_other_info_str
lmalert/ADMIN_OTHER_INFO
lmalert/LPADMIN_OTHER_INFO
lmalert/PADMIN_OTHER_INFO
netmgmt.admin_other_info_str
netmgmt\admin_other_info_str.htm
NetMgmt
43119dcf-7d04-4e3b-b1dc-20e814fbdc2f
12/05/2018
*LPADMIN_OTHER_INFO, *PADMIN_OTHER_INFO, ADMIN_OTHER_INFO, ADMIN_OTHER_INFO structure [Network Management], LPADMIN_OTHER_INFO, LPADMIN_OTHER_INFO structure pointer [Network Management], PADMIN_OTHER_INFO, PADMIN_OTHER_INFO structure pointer [Network Management], _win32_admin_other_info_str, lmalert/ADMIN_OTHER_INFO, lmalert/LPADMIN_OTHER_INFO, lmalert/PADMIN_OTHER_INFO, netmgmt.admin_other_info_str
lmalert.h
Lm.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
ADMIN_OTHER_INFO, *PADMIN_OTHER_INFO, *LPADMIN_OTHER_INFO
19H1
_ADMIN_OTHER_INFO
lmalert/_ADMIN_OTHER_INFO
PADMIN_OTHER_INFO
lmalert/PADMIN_OTHER_INFO
ADMIN_OTHER_INFO
lmalert/ADMIN_OTHER_INFO
c++
APIRef
kbSyntax
HeaderDef
Lmalert.h
ADMIN_OTHER_INFO

ADMIN_OTHER_INFO structure

-description

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.

-struct-fields

-field alrtad_errcode

Specifies the error code for the new message written to the message log.

-field alrtad_numstrings

Specifies the number (0-9) of consecutive Unicode strings written to the message log.

-remarks

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.

-see-also

Alert Functions

ERRLOG_OTHER_INFO

NetAlertRaise

NetAlertRaiseEx

Network Management Overview

Network Management Structures

PRINT_OTHER_INFO

STD_ALERT

USER_OTHER_INFO