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

Method CheckControl

LegacyUpdate/LegacyUpdateCtrl.cpp:267–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267STDMETHODIMP CLegacyUpdateCtrl::CheckControl(VARIANT_BOOL *retval) {
268 if (retval == NULL) {
269 return E_POINTER;
270 }
271
272 DoIsPermittedCheck();
273 *retval = VARIANT_TRUE;
274 return S_OK;
275}
276
277STDMETHODIMP CLegacyUpdateCtrl::MessageForHresult(LONG inHresult, BSTR *retval) {
278 DoIsPermittedCheck();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected