ERRLOG_OTHER_INFO
The ERRLOG_OTHER_INFO
structure contains error log information.
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 errorlog.
See Also