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

Method IsUpToDate

include/com/IOleObjectImpl.h:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 STDMETHODIMP IsUpToDate(void) {
92 return S_OK;
93 }
94
95 STDMETHODIMP GetUserClassID(CLSID *pClsid) {
96 if (pClsid == NULL) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected