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

Method UninstallProxyStub

ExplorerTAP/taskbarappearanceservice.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void TaskbarAppearanceService::UninstallProxyStub()
294{
295 if (s_ProxyStubRegistrationCookie)
296 {
297 winrt::check_hresult(CoRevokeClassObject(s_ProxyStubRegistrationCookie));
298 }
299}
300
301winrt::fire_and_forget TaskbarAppearanceService::OnProcessDied()
302{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected