Searched refs:m_allEventsHook (Results 1 – 2 of 2) sorted by relevance
46 , m_allEventsHook(0) in AccessibilityController()55 if (m_allEventsHook) in ~AccessibilityController()56 UnhookWinEvent(m_allEventsHook); in ~AccessibilityController()294 if (!m_allEventsHook) in addNotificationListener()295 …m_allEventsHook = SetWinEventHook(EVENT_MIN, EVENT_MAX, GetModuleHandle(0), notificationListenerPr… in addNotificationListener()
68 HWINEVENTHOOK m_allEventsHook; variable