NdisWriteErrorLogEntry writes an entry to the system I/O error log file.
VOID NdisWriteErrorLogEntry(IN NDIS_HANDLE NdisAdapterHandle,
IN NDIS_ERROR_CODE ErrorCode, IN ULONG NumberOfErrorValues,
IN ULONG …);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |
Windows CE does not have error logging facilities. This function does nothing and exists only to allow existing code to compile without errors.