VCRunNested


Version:

1.2

Description:

Runs the specified application as a nested tool.

Declaration:

 

C/C++

extern "C" void WINAPI VCRunNested(char* szName);

Delphi

procedure VCRunNested(szName: PAnsiChar); stdcall;

ActiveX/COM

Sub RunNested(ByVal szName As String)

Parameters:

szName - the application name and path.

Notes:

VCRunNested, unlike VCRun, executes the specified application as a nested tool instead of a new tool. Nested tools do not abort any currently running tools; that is the current tool remains active.

See Also:

VCDllRun, VCRun