Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DebugActiveProcessStop function

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 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

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

 

 

Show:
© 2017 Microsoft