IXtfConsoleControlClient::GetRunningProcesses Method

Retrieves the processes that are currently running on the default development console.

Syntax

public:
HRESULT GetRunningProcesses(
         IXtfRunningProcessCallback *pCallback
)  

Parameters

pCallback
Type: IXtfRunningProcessCallback *

Pointer to the IXtfRunningProcessCallback to call when a running process is discovered.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.

See also

Reference

IXtfConsoleControlClient Interface

IXtfConsoleControlClient Members

XtfConsoleControl