[in] ViSession handle for the driver session.
DriverSession::InitOptions
Returns the contents of the OptionsString parameter that was passed to the InitWithOptions function when the session was created.
Syntax
Section titled “Syntax”virtual const std::string& InitOptions() const;
const std::string& InitOptions(ViSession Vi);Parameters
Section titled “Parameters”Vi
Return value
Section titled “Return value”Returns the string containing the entire contents of the OptionsString parameter passed to the InitWithOptions function.