ReadOptions
Specifies the path and file name of an XML file and reads in the options values in from that file.
C++
HRESULT ReadOptions([in] BSTR readoptions);
Visual Basic
Public Function ReadOptions (
readoptions As String
) As Long
Parameters
readoptions
|
[in] the path and file name of an XML file for reading in options values
|
Return value
None
|