Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c194 DEBUG_LOCAL HANDLE gDescChangedEvent = NULL; // Computer description changed event variable
1391 if ( ( gDescKey != NULL ) && ( gDescChangedEvent != NULL ) ) in ServiceSpecificRun()
1393 …err = RegNotifyChangeKeyValue( gDescKey, TRUE, REG_NOTIFY_CHANGE_LAST_SET, gDescChangedEvent, TRUE… in ServiceSpecificRun()
1671 gDescChangedEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in SetupNotifications()
1672 err = translate_errno( gDescChangedEvent, (mStatus) GetLastError(), kUnknownErr ); in SetupNotifications()
1680 …err = RegNotifyChangeKeyValue( gDescKey, TRUE, REG_NOTIFY_CHANGE_LAST_SET, gDescChangedEvent, TRUE… in SetupNotifications()
1808 if ( gDescChangedEvent != NULL ) in TearDownNotifications()
1810 CloseHandle( gDescChangedEvent ); in TearDownNotifications()
1811 gDescChangedEvent = NULL; in TearDownNotifications()
1999 *waitItemPtr++ = gDescChangedEvent; in SetupWaitList()