IServerConnectionCallback::ConnectToEngine method
Connect to another instance of a remote engine on the local machine.
Syntax
HRESULT ConnectToEngine(
BOOL bLegacyConnection,
BSTR runAddress,
IPixEngine ** ppEngineCreated
);
Parameters
bLegacyConnection
true if the engine uses is legacy, otherwise false.
runAddress
A COM string containing the name of the local machine.
ppEngineCreated
On return, the address of the engine instance.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also