AtaPortLogError routine

The AtaPortLogError routine enters the indicated error log entry in the system event log.

Syntax

VOID AtaPortLogError(
  __in  PVOID ChannelExtension,
  __in  PIDE_ERROR_LOG_ENTRY ErrorLogEntry
);

Parameters

  • ChannelExtension [in]
    A pointer to the channel extension.

  • ErrorLogEntry [in]
    A pointer to the error log.

Return value

None

Remarks

The AtaPortLogError routine interprets the error code in the error log that is pointed to by ErrorLogEntry and logs the appropriate error or warning to the event log.

Requirements

Header

Irb.h (include Ata.h or Irb.h)

See also

AtaPortDebugPrint

 

 

Send comments about this topic to Microsoft

Build date: 9/7/2011