1 out of 1 rated this helpful - Rate this topic

DebugActiveProcessStop function

Applies to: desktop apps only

Stops the debugger from debugging the specified process.

Syntax

BOOL WINAPI DebugActiveProcessStop(
  __in  DWORD dwProcessId
);

Parameters

dwProcessId [in]

The identifier of the process to stop debugging.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

WinBase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

Debugging a Running Process
Debugging Functions
DebugActiveProcess
Process Functions for Debugging

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ