NAME

DebugActiveProcess  (KERNEL32.@)

SYNOPSIS

 BOOL DebugActiveProcess
 (
  DWORD pid
 )

DESCRIPTION

Attempts to attach the debugger to a process.

PARAMS

pid [In] The process to be debugged.

RETURNS

TRUE if the debugger was attached to process.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "debugstr".


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