DlLogError - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

VOID DlLogError(
  PVOID                 DeviceHandle,
  PVIDEO_REQUEST_PACKET Vrp,
  VP_STATUS             ErrorCode,
  ULONG                 UniqueId
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dllogerror)

DlLogError function

Description

Logs errors to the system event log when a miniport driver detects a hardware error condition during I/O operations.

Parameters

DeviceHandle

A handle that represents a display adapter.

Vrp

ErrorCode

Specifies a miniport driver-defined error code that indicates the type of hardware error.

UniqueId

Specifies a unique identifier for the error.

Remarks

See also