ERRLOG_OTHER_INFO structure (lmalert.h)
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.
Syntax
typedef 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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lmalert.h (include Lm.h) |