The SetDebugErrorLevel function sets the minimum error level at which Windows will generate debugging events and pass them to a debugger.
VOID SetDebugErrorLevel(
DWORD dwLevel |
// debugging error level |
); |
Value |
Meaning |
0 |
Does not report any errors. This value is the default error level. |
SLE_ERROR |
Reports only ERROR level debugging events. |
SLE_MINORERROR |
Reports only MINORERROR level and ERROR level debugging events. |
SLE_WARNING |
Reports WARNING level, MINORERROR level, and ERROR level debugging events. |
This function does not return a value.
The debugger calls SetDebugErrorLevel to specify the types of errors that it should be notified about.
If the debugging error level is greater than the error that occurred, the value for the GetLastError function is set, but the kernel does not generate a debugging event.
file: /Techref/os/win/api/win32/func/src/f78_1.htm, 2KB, , updated: 2001/6/24 08:55, local time: 2024/11/7 12:31,
3.133.135.8:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f78_1.htm"> SetDebugErrorLevel</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.