DlDebugPrint - NtDoc

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

VOID DlDebugPrint(
  DEBUG_LEVEL DebugPrintLevel,
  PSTR        DebugMessage,
  ...         
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DlDebugPrint function

Description

Prints the specified debug message to the kernel debugger.

Parameters

DebugPrintLevel

Specifies the level of debug messages to be printed.

DebugMessage

Pointer to a string containing the debug message to be printed.

...

Additional parameters.