Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c200 DEBUG_LOCAL HANDLE gFileSharingChangedEvent = NULL; // File Sharing changed variable
1435 if ((gFileSharingKey != NULL) && (gFileSharingChangedEvent)) in ServiceSpecificRun()
1437 …aringKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, gFileSharingChangedEvent, TRUE); in ServiceSpecificRun()
1710 gFileSharingChangedEvent = CreateEvent( NULL, FALSE, FALSE, NULL ); in SetupNotifications()
1711 err = translate_errno( gFileSharingChangedEvent, (mStatus) GetLastError(), kUnknownErr ); in SetupNotifications()
1722 …aringKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SET, gFileSharingChangedEvent, TRUE); in SetupNotifications()
1838 if ( gFileSharingChangedEvent != NULL ) in TearDownNotifications()
1840 CloseHandle( gFileSharingChangedEvent ); in TearDownNotifications()
1841 gFileSharingChangedEvent = NULL; in TearDownNotifications()
2002 *waitItemPtr++ = gFileSharingChangedEvent; in SetupWaitList()