EnumValueGet

This function returns the name of a value in the currently opened key. This is used to enumerate values of an opened key. You must first make a call to EnumValueInit before using this function.

EnumValueGet (ValueIndex As Long, ValueName As String, ValueType as Long) As Long

Parameters

ValueIndex

[in] Index of the value name to retrieve. Index goes from 1 to ValueCount.

ValueName

[out] Return the name of the value.

ValueType

[out] Return the type of the value:

1: String
2: Binary
3: DWORD
4: MultiString
5: ExpandString
6: Other

Return Value

0: success
1: failed
2: invalid index
 

Return to aaxRegistry reference