IoWriteErrorLogEntry

VOID
IoWriteErrorLogEntry(

IN PVOID ElEntry
);

IoWriteErrorLogEntry queues a given error log packet to the system error logging thread.

Parameters

ElEntry

Points to the error log packet the driver has allocated with IoAllocateErrorLogEntry and filled in.

Comments

Callers of this routine must be running at IRQL <= DISPATCH_LEVEL.

See Also

IoAllocateErrorLogEntry