Overview   Namespace   Class   Index   Help 

Data of Class RegistryKeyNames


m_length
sal_uInt32 m_length;

Summary
stores the number of key names, the number of elements.

m_pKeyNames
rtl_uString * * m_pKeyNames;

Summary
stores an array of key names.

m_registry
Registry m_registry;

Summary
stores the handle to the registry file where the appropriate keys are located.

Top of Page