ValueNameSequence.getValueName

The name of the value at the given index.

class ValueNameSequence
string
getValueName
(
size_t index
)

Parameters

index size_t

The 0-based index of the value to retrieve.

Return Value

Type: string

The name of the value corresponding to the given index.

Throws

RegistryException if no corresponding value is retrieved.

Meta

Suggestion Box / Bug Report