Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c193 DEBUG_LOCAL HKEY gDescKey = NULL; variable
1391 if ( ( gDescKey != NULL ) && ( gDescChangedEvent != NULL ) ) in ServiceSpecificRun()
1393 …err = RegNotifyChangeKeyValue( gDescKey, TRUE, REG_NOTIFY_CHANGE_LAST_SET, gDescChangedEvent, TRUE… in ServiceSpecificRun()
1675 …NE, TEXT("SYSTEM\\CurrentControlSet\\Services\\lanmanserver\\parameters"), 0, KEY_READ, &gDescKey); in SetupNotifications()
1678 if ( gDescKey != NULL ) in SetupNotifications()
1680 …err = RegNotifyChangeKeyValue( gDescKey, TRUE, REG_NOTIFY_CHANGE_LAST_SET, gDescChangedEvent, TRUE… in SetupNotifications()
1814 if ( gDescKey != NULL ) in TearDownNotifications()
1816 RegCloseKey( gDescKey ); in TearDownNotifications()
1817 gDescKey = NULL; in TearDownNotifications()