Platform SDK: Network Management

ERRLOG_OTHER_INFO

The ERRLOG_OTHER_INFO structure contains error log information. The NetAlertRaise and NetAlertRaiseEx functions use the ERRLOG_OTHER_INFO structure to specify information when adding a new entry to the error log.

type struct _ERRLOG_OTHER_INFO {
  DWORD  alrter_errcode;
  DWORD  alrter_offset;
}ERRLOG_OTHER_INFO, *PERRLOG_OTHER_INFO, *LPERRLOG_OTHER_INFO;

Members

alrter_errcode
Specifies the error code that was written to the error log.
alrter_offset
Specifies the offset for the new entry in the error log.

Remarks

The calling application must allocate and free the memory for all structures and variable-length data in an alert message buffer.

Requirements

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

See Also

Network Management Overview, Network Management Structures, Alert Functions, ADMIN_OTHER_INFO, PRINT_OTHER_INFO, STD_ALERT, USER_OTHER_INFO, NetAlertRaise, NetAlertRaiseEx