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: 2025/2/18 17:06,
18.97.14.88:LOG IN
|
©2025 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? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - 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: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.