GetRegistryString Method
Description
Gets a string from the registry
Syntax
Visual Basic |
---|
Public Function GetRegistryString( _ ByVal lpszSection As String, _ ByVal lpszEntry As String, _ ByVal lpszDefault As String _ ) As String |
Parameters
- lpszSection
- lpszEntry
- lpszDefault
See Also