Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Application Object : GetRegistryDWORD Method
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