NAME

DebugBreakProcess  (KERNEL32.@)

SYNOPSIS

 BOOL DebugBreakProcess
 (
  HANDLE process
 )

DESCRIPTION

Raises an exception so that a debugger (if attached) can take some action. Same as DebugBreak, but applies to any process.

PARAMS

hProc [In] Process to break into.

RETURNS

TRUE if successful.

IMPLEMENTATION

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.h

Implemented in "dlls/kernel32/debugger.c". https://source.winehq.org/source/dlls/kernel32/debugger.c

Debug channel "debugstr".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.