Searched refs:gFirewallKey (Results 1 – 1 of 1) sorted by relevance
201 DEBUG_LOCAL HKEY gFirewallKey = NULL; variable1449 if ((gFirewallKey != NULL) && (gFirewallChangedEvent)) in ServiceSpecificRun()1451 …err = RegNotifyChangeKeyValue(gFirewallKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_SE… in ServiceSpecificRun()1740 …ntControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\FirewallRules"), &gFirewallKey ); in SetupNotifications()1744 …err = RegNotifyChangeKeyValue( gFirewallKey, TRUE, REG_NOTIFY_CHANGE_NAME|REG_NOTIFY_CHANGE_LAST_S… in SetupNotifications()1856 if ( gFirewallKey != NULL ) in TearDownNotifications()1858 RegCloseKey( gFirewallKey ); in TearDownNotifications()1859 gFirewallKey = NULL; in TearDownNotifications()