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.
See also:
| file: /Techref/os/win/api/win32/func/src/f78_1.htm, 2KB, , updated: 2001/6/24 09:55, local time: 2012/5/24 12:22,
38.107.179.230:LOG IN |
| ©2012 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://www.piclist.com/tecHREF/os/win/api/win32/func/src/f78_1.htm"> SetDebugErrorLevel</A> |
| Did you find what you needed? |
|
|
|
Ubicom SX18 thru SX52, PIC 16c5X compatibile, 50 to 75 MIPS microcontrollers! Now US customers can buy the Excellent SXDev from SXList.com for $150 + $15 import fee + s&h (~ $180 total+tax in CA) |
.