Sponsors
RegEnumValue
in Registry
Function name: RegEnumValue
Defined in : Advapi32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function RegEnumValue Lib "advapi32.dll" Alias "RegEnumValueA" (ByVal hKey As Long, ByVal dwIndex As Long, ByVal lpValueName As String, lpcbValueName As Long, ByVal lpReserved As Long, lpType As Long, lpData As Byte, lpcbData As Long) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.