RegistryValueExists Method
Description
Queries the registry for a specific value
Syntax
| Visual Basic |
|---|
Public Function RegistryValueExists( _ ByVal lpszSection As String, _ ByVal lpszEntry As String _ ) As Boolean |
Parameters
- lpszSection
- lpszEntry
See Also