Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EngDebugBreak function causes a breakpoint in the current process to occur.
Syntax
__analysis_noreturn ENGAPI VOID EngDebugBreak();
Return value
None
Remarks
EngDebugBreak is useful for debugging drivers that are under development.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
| Target Platform | Universal |
| Header | winddi.h (include Winddi.h) |
| Library | Win32k.lib |
| DLL | Win32k.sys |