NdisWriteErrorLogEntry

NdisWriteErrorLogEntry writes an entry to the system I/O error log file.

Syntax

VOID NdisWriteErrorLogEntry(IN NDIS_HANDLE NdisAdapterHandle,
IN NDIS_ERROR_CODE ErrorCode, IN ULONG NumberOfErrorValues,
IN ULONG );

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit

Remarks

Windows CE does not have error logging facilities. This function does nothing and exists only to allow existing code to compile without errors.