MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / AfterUpdate

Method AfterUpdate

LegacyUpdate/LegacyUpdateCtrl.cpp:672–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672STDMETHODIMP CLegacyUpdateCtrl::AfterUpdate(void) {
673 DoIsPermittedCheck();
674
675 IElevationHelper *elevatedHelper;
676 HRESULT hr = GetElevatedHelper(&elevatedHelper);
677 CHECK_HR_OR_RETURN(L"GetElevatedHelper");
678
679 return elevatedHelper->AfterUpdate();
680}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected