GetRegistryBool Method
Description
Gets a boolean from the registry
Syntax
Visual Basic |
---|
Public Function GetRegistryBool( _ ByVal lpszSection As String, _ ByVal lpszEntry As String, _ ByVal bDefault As Boolean _ ) As Boolean |
Parameters
- lpszSection
- lpszEntry
- bDefault
See Also