Sponsors
RegQueryValueEx
in Registry
Function name: RegQueryValueEx
Defined in : Advapi32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function RegQueryValueEx Lib "advapi32.dll" Alias "RegQueryValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, lpType As Long, lpData As Any, lpcbData As Long) As Long ' Note that if you declare the lpData parameter as String, you must pass it By Value.
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.