Methods : SetSimulationMode method

SetSimulationMode method
Description
Turns simulation mode on or off.
Syntax
 
HRESULT SetSimulationMode(
[in] VARIANT_BOOL mode,
[out, retval] enum V11ReturnCode* returnCode
);
Parameters
 
TRUE = Turn on simulation mode
FALSE = Turn off simulation mode
Return value
The SetSimulationMode 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