ChangerClassDebugPrint - NtDoc

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

VOID ChangerClassDebugPrint(
  ULONG  DebugPrintLevel,
  PCCHAR DebugMessage,
  ...    
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mcd-changerclassdebugprint)

ChangerClassDebugPrint function

Description

The ChangerClassDebugPrint function prints debugging information.

Parameters

DebugPrintLevel

Indicates how verbose debug information should be. Caller must assign this parameter an integer value between zero and three, where three specifies the highest level of verbosity and zero the lowest.

DebugMessage

Caller can specify a message to be included with the debugging information that is printed by assigning a printable ASCII character string to this parameter.

...

TBD