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 09:55, local time: 2010/3/19 02:20,
38.107.191.114:LOG IN
|
| ©2010 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? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/os/win/api/win32/func/src/f78_1.htm"> SetDebugErrorLevel</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20100319 ivp, Vitaliy, Russell McMahon, Xiaofan Chen, Dario Greggio, Alan B. Pearce, Wouter van Ooijen, Bob Blick, YES NOPE9, M. Adam Davis, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Shultz Electronics, Timothy Weber, on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
|
.