Overview   Namespace   Class   Index   Help 

Data of Class RegistryValueList


m_length
sal_uInt32 m_length;

Summary
stores the length of the list, the number of elements.

m_pValueList
ValueType * m_pValueList;

Summary
stores the value list.

m_valueType
RegValueType m_valueType;

Summary
stores the type of the list elements

m_registry
Registry m_registry;

Summary
stores the handle to the registry file where the appropriate key to this value is located.

Top of Page