GetValueType

This function returns the type of a value item in the registry.

GetValueType (ValueName As String, ValueType As Long) As Long

Parameters

ValueName

[in] Name of the value to query.

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: value name not accessible
 

Return to aaxRegistry reference