Overview   Namespace   Class   Index   Help 

Data of Class RegistryKeyArray


m_length
sal_uInt32 m_length;

Summary
stores the number of open subkeys, the number of elements.

m_phKeys
RegKeyHandle * m_phKeys;

Summary
stores an array of open subkeys.

m_registry
Registry m_registry;

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

Top of Page