Retrieves the processes that are currently running on the default development console.
public:
HRESULT GetRunningProcesses(
IXtfRunningProcessCallback *pCallback
)
pCallback
Type: IXtfRunningProcessCallback *
Pointer to the IXtfRunningProcessCallback to call when a running process is discovered.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface