MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / GetReadyEvent

Method GetReadyEvent

ExplorerTAP/tapsite.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10winrt::weak_ref<VisualTreeWatcher> TAPSite::s_VisualTreeWatcher;
11
12wil::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
19DWORD TAPSite::Install(void*)
20{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected