// dispmprt.h
VOID DlLogError(
PVOID DeviceHandle,
PVIDEO_REQUEST_PACKET Vrp,
VP_STATUS ErrorCode,
ULONG UniqueId
);
View the official Windows Driver Kit DDI referenceNo description available.
Logs errors to the system event log when a miniport driver detects a hardware error condition during I/O operations.
DeviceHandleA handle that represents a display adapter.
VrpErrorCodeSpecifies a miniport driver-defined error code that indicates the type of hardware error.
UniqueIdSpecifies a unique identifier for the error.