Partager via


NdisWriteErrorLogEntry (Windows CE 5.0)

Send Feedback

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

VOIDNdisWriteErrorLogEntry(NDIS_HANDLENdisAdapterHandle,NDIS_ERROR_CODEErrorCode,ULONGNumberOfErrorValues,ULONG ...);

Parameters

  • NdisAdapterHandle
    [in] Handle representing the NIC that is the cause of the I/O error to be logged. This handle is an input parameter to the MiniportInitialize function.
  • ErrorCode
    [in] Specifies the NDIS_STATUS_XXX code describing the I/O error.
  • NumberOfErrorValues
    [in] Specifies the number of ULONG values to follow this parameter.
  • ...
    [in] Specifies a variable-sized array of ULONGs associated with the error to be logged.

Return Values

None.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.