Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/ControlPanel/
DRegistrationPage.cpp44 m_statusKey( NULL ) in IMPLEMENT_DYNCREATE()
60 … NULL, REG_OPTION_NON_VOLATILE, KEY_READ|KEY_WRITE|KEY_WOW64_32KEY, NULL, &m_statusKey, NULL ); in IMPLEMENT_DYNCREATE()
80 if ( m_statusKey ) in ~CRegistrationPage()
82 RegCloseKey( m_statusKey ); in ~CRegistrationPage()
83 m_statusKey = NULL; in ~CRegistrationPage()
DRegistrationPage.h67 HKEY m_statusKey; variable
DConfigPropertySheet.h97 HKEY m_statusKey; variable