The name of the registry key in which the settings are saved.
Return Values
S_OK
Success
E_FAIL
Failure.
Example
This VB example restores previously saved camera settings:
Private SubLoadSettings_Click()
ActiveGige1.LoadSettings ("FluorescentHighRes") End Sub
Remarks
This method verifies if the currently selected camera model coincides with the model for which the settings were saved. If the model is different, the function will return an error.