Jungo WinDriver  
Official Documentation

◆ PrintDbgMessage()

void DLLCALLCONV PrintDbgMessage ( DWORD  dwLevel,
DWORD  dwSection,
const char *  format,
  ... 
)

Sends debug messages to the Debug Monitor.

Parameters
[in]dwLevelAssigns the level in the Debug Monitor, in which the data will be declared. If zero, D_ERROR will be declared. For more details please refer to DEBUG_LEVEL in windrvr.h.
[in]dwSectionAssigns the section in the Debug Monitor, in which the data will be declared. If zero, S_MISC will be declared. For more details please refer to DEBUG_SECTION in windrvr.h.
[in]formatFormat-control string
[in]...Optional arguments, limited to 256 bytes
Returns
None