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

Method Close

include/com/IOleObjectImpl.h:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 STDMETHODIMP Close(DWORD dwSaveOption) {
45 if (this->m_pParent->m_clientSite) {
46 this->m_pParent->m_clientSite->Release();
47 this->m_pParent->m_clientSite = NULL;
48 }
49 return S_OK;
50 }
51
52 STDMETHODIMP SetMoniker(DWORD dwWhichMoniker, IMoniker *pmk) {
53 return E_NOTIMPL;

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected