Methods : ShowOptionsDialog method

ShowOptionsDialog method
Description
Displays the Options dialog box.
Syntax
 
HRESULT ShowOptionsDialog(
[out,retval] enum V11ReturnCode* returnCode
);
Parameters
None.
Return value
The ShowOptionsDialog method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” .
Sample code
Visual C++
 
Visual Basic .NET