ChangerClassDebugPrint function (mcd.h)
The ChangerClassDebugPrint function prints debugging information.
void ChangerClassDebugPrint(
ULONG DebugPrintLevel,
PCCHAR DebugMessage,
...
);
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
None
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | mcd.h (include Mcd.h, Ntddchgr.h) |
Library | Mcd.lib |