Methods : LoadProtocol method

LoadProtocol method
Description
Loads the specified protocol for a run.
Syntax
 
HRESULT LoadProtocol(
[in] BSTR protocol,
[out,retval] enum V11ReturnCode* returnCode
);
Parameters
 
Return value
The LoadProtocol method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .
Sample code
Visual C++
 
Visual Basic .NET
 
Related information