ChangerClassDebugPrint function (mcd.h)

The ChangerClassDebugPrint function prints debugging information.

Syntax

void ChangerClassDebugPrint(
  ULONG  DebugPrintLevel,
  PCCHAR DebugMessage,
  ...    
);

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

Return value

None

Requirements

Requirement Value
Target Platform Desktop
Header mcd.h (include Mcd.h, Ntddchgr.h)
Library Mcd.lib