Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prints the specified debug message to the kernel debugger.
Syntax
VOID DlDebugPrint(
DEBUG_LEVEL DebugPrintLevel,
PSTR DebugMessage,
...
);
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.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Header | dispmprt.h |