Jungo WinDriver
Official Documentation
|
void DLLCALLCONV PrintDbgMessage | ( | DWORD | dwLevel, |
DWORD | dwSection, | ||
const char * | format, | ||
... | |||
) |
Sends debug messages to the Debug Monitor.
[in] | dwLevel | Assigns 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] | dwSection | Assigns 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] | format | Format-control string |
[in] | ... | Optional arguments, limited to 256 bytes |