Data of Class Registry


m_pApi
const Registry_Api * m_pApi;

Summary
stores the used and initialized registry Api.

m_hImpl
RegHandle m_hImpl;

Summary
stores the handle of the underlying registry file on which most of the functions work.

Top of Page