Methods : LoadRunsetFile method

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