Searched refs:m_statusKey (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DRegistrationPage.h67 HKEY m_statusKey; member in class:CRegistrationPage
H A DRegistrationPage.cpp44 m_statusKey( NULL )
60 NULL, REG_OPTION_NON_VOLATILE, KEY_READ|KEY_WRITE|KEY_WOW64_32KEY, NULL, &m_statusKey, NULL );
80 if ( m_statusKey )
82 RegCloseKey( m_statusKey );
83 m_statusKey = NULL;
H A DConfigPropertySheet.h97 HKEY m_statusKey; member in class:CConfigPropertySheet

Completed in 115 milliseconds