Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c197 DEBUG_LOCAL HKEY gDdnsKey = NULL; variable
1421 if ((gDdnsKey != NULL) && (gDdnsChangedEvent)) in ServiceSpecificRun()
1423 …err = RegNotifyChangeKeyValue(gDdnsKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, g… in ServiceSpecificRun()
1702 …err = RegCreateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode TEXT("\\DynDNS\\Setup"), &gDdnsKey in SetupNotifications()
1705 …err = RegNotifyChangeKeyValue( gDdnsKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, … in SetupNotifications()
1832 if ( gDdnsKey != NULL ) in TearDownNotifications()
1834 RegCloseKey( gDdnsKey ); in TearDownNotifications()
1835 gDdnsKey = NULL; in TearDownNotifications()