Library
advapi32.dll
Alias
RegEnumValueA
Type Return
A Long Value
Syntax
RegEnumValue ( hKey, dwIndex, lpValueName, lpcbValueName, lpReserved, lpType, lpData, lpcbData)
The RegEnumValue Declaration syntax has these parts:
| Part | Description |
| hKey | Required. A Long Value. |
| dwIndex | Required. A Long Value. |
| lpValueName | Required. A String Value. |
| lpcbValueName | Required. A Long Value. |
| lpReserved | Required. A Long Value. |
| lpType | Required. A Long Value. |
| lpData | Required. A Any Value. |
| lpcbData | Required. A Long Value. |