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