Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c203 DEBUG_LOCAL HKEY gAdvertisedServicesKey = NULL; variable
1464 if ( ( gAdvertisedServicesKey != NULL ) && ( gAdvertisedServicesChangedEvent ) ) in ServiceSpecificRun()
1466 …err = RegNotifyChangeKeyValue(gAdvertisedServicesKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHAN… in ServiceSpecificRun()
1758 …reateKey( HKEY_LOCAL_MACHINE, kServiceParametersNode TEXT("\\Services"), &gAdvertisedServicesKey ); in SetupNotifications()
1761 …err = RegNotifyChangeKeyValue( gAdvertisedServicesKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHA… in SetupNotifications()
1868 if ( gAdvertisedServicesKey != NULL ) in TearDownNotifications()
1870 RegCloseKey( gAdvertisedServicesKey ); in TearDownNotifications()
1871 gAdvertisedServicesKey = NULL; in TearDownNotifications()