.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DebugBreakProcess 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDebugBreakProcess\fR (KERNEL32.@) .SH SYNOPSIS BOOL DebugBreakProcess ( HANDLE \fIhProc\fR ) .SH DESCRIPTION .PP Raises an exception so that a debugger (if attached) can take some action. Same as DebugBreak, but applies to any process. .SH PARAMS \fIhProc\fR \fB[In]\fR Process to break into. .PP .SH RETURNS .PP \fBTRUE\fR if successful. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/debugger.c"\fR. .PP Debug channel \fB"debugstr"\fR.