Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/SystemService/
DService.c199 DEBUG_LOCAL HKEY gFileSharingKey = NULL; variable
1435 if ((gFileSharingKey != NULL) && (gFileSharingChangedEvent)) in ServiceSpecificRun()
1437 …err = RegNotifyChangeKeyValue(gFileSharingKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST… in ServiceSpecificRun()
1714 …CAL_MACHINE, TEXT("SYSTEM\\CurrentControlSet\\Services\\lanmanserver\\Shares"), &gFileSharingKey ); in SetupNotifications()
1722 …err = RegNotifyChangeKeyValue( gFileSharingKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAS… in SetupNotifications()
1844 if ( gFileSharingKey != NULL ) in TearDownNotifications()
1846 RegCloseKey( gFileSharingKey ); in TearDownNotifications()
1847 gFileSharingKey = NULL; in TearDownNotifications()