The IoWriteErrorLogEntry routine queues a given error log packet to the system error logging thread.
VOID
IoWriteErrorLogEntry(
IN PVOID ElEntry
);
None
Declared in wdm.h and ntddk.h. Include wdm.h or ntddk.h.
Callers of this routine must be running at IRQL <= DISPATCH_LEVEL.
IoWriteErrorLogEntry frees the error log entry. Drivers must not call IoFreeErrorLogEntry on a log entry that they have already passed to IoWriteErrorLogEntry.
IO_ERROR_LOG_PACKET, IoAllocateErrorLogEntry, IoFreeErrorLogEntry