The ValueExist method allows you to check whether the specified variable is present in the Registry.
| BOOL ValueExist( | ||
| BSTR Name | // The name of the variable | |
| ); | ||
Parameters
Name [in] This is the name of the variable to check.
Return values
The ValueExist method returns TRUE if the specified variable is found in the Registry and FALSE otherwise.
See also
KeyExist method