Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c195 DEBUG_LOCAL HKEY gTcpipKey = NULL; variable
1406 if ( ( gTcpipKey != NULL ) && ( gTcpipChangedEvent ) ) in ServiceSpecificRun()
1408 …err = RegNotifyChangeKeyValue( gTcpipKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET,… in ServiceSpecificRun()
1690 …( HKEY_LOCAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters"), &gTcpipKey ); in SetupNotifications()
1693 …err = RegNotifyChangeKeyValue( gTcpipKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET,… in SetupNotifications()