GetRegistryInt Method
Description
Gets an integer from the registry
Syntax
Visual Basic |
---|
Public Function GetRegistryInt( _ ByVal lpszSection As String, _ ByVal lpszEntry As String, _ ByVal nDefault As Long _ ) As Long |
Parameters
- lpszSection
- lpszEntry
- nDefault
See Also