NAME

DebugBreakProcess  (KERNEL32.@)

SYNOPSIS

 BOOL DebugBreakProcess
 (
  HANDLE hProc
 )

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

Defined in "winbase.h".

Implemented in "dlls/kernel/debugger.c". source.winehq.org/source/dlls/kernel/debugger.c

Debug channel "debugstr".


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