GetRegistryDWORD Method
Description
Gets a DWORD from the registry
Syntax
Visual Basic |
---|
Public Function GetRegistryDWORD( _ ByVal lpszSection As String, _ ByVal lpszEntry As String, _ ByVal dwDefault As Long _ ) As Long |
Parameters
- lpszSection
- lpszEntry
- dwDefault
See Also