| 10 | winrt::weak_ref<VisualTreeWatcher> TAPSite::s_VisualTreeWatcher; |
| 11 | |
| 12 | wil::unique_event_nothrow TAPSite::GetReadyEvent() |
| 13 | { |
| 14 | wil::unique_event_nothrow readyEvent; |
| 15 | winrt::check_hresult(readyEvent.create(wil::EventOptions::ManualReset, TAP_READY_EVENT.c_str())); |
| 16 | return readyEvent; |
| 17 | } |
| 18 | |
| 19 | DWORD TAPSite::Install(void*) |
| 20 | { |