MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Uninstall

Method Uninstall

Source/WindowsPackageHelper/Installer.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126STDAPI MediaInfo_SparsePackage::Installer::Uninstall()
127{
128 HRESULT result = UnregisterSparsePackage();
129 if (FAILED(result))
130 return result;
131
132 SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, NULL, NULL);
133
134 return S_OK;
135}

Callers

nothing calls this directly

Calls 1

UnregisterSparsePackageFunction · 0.85

Tested by

no test coverage detected