STDMETHODIMP_( ULONG ) CScript::XActiveScriptSite::Release() { METHOD_PROLOGUE_( CScript, ActiveScriptSite ) TRACE( "XActiveScriptSite::Release()\n" ); return( pThis->ExternalRelease() ); }
IECPropStorage* ECParentStorage::xECPropStorage::GetServerStorage() { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->GetServerStorage(); }
HRESULT ECParentStorage::xECPropStorage::HrSaveObject(ULONG ulFlags, MAPIOBJECT *lpsMapiObject) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->HrSaveObject(ulFlags, lpsMapiObject); }
HRESULT ECParentStorage::xECPropStorage::HrLoadObject(MAPIOBJECT **lppsMapiObject) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->HrLoadObject(lppsMapiObject); }
HRESULT ECParentStorage::xECPropStorage::HrWriteProps(ULONG cValues, LPSPropValue lpValues, ULONG ulFlags) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->HrWriteProps(cValues, lpValues, ulFlags); }
HRESULT ECParentStorage::xECPropStorage::HrDeleteProps(LPSPropTagArray lpsPropTagArray) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->HrDeleteProps(lpsPropTagArray); }
HRESULT ECParentStorage::xECPropStorage::HrLoadProp(ULONG ulObjId, ULONG ulPropTag, LPSPropValue *lppsPropValue) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->HrLoadProp(ulObjId, ulPropTag, lppsPropValue); }
HRESULT ECParentStorage::xECPropStorage::HrReadProps(LPSPropTagArray *lppPropTags,ULONG *cValues, LPSPropValue *lppValues) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->HrReadProps(lppPropTags,cValues, lppValues); }
HRESULT ECParentStorage::xECPropStorage::QueryInterface(REFIID refiid , void** lppInterface) { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->QueryInterface(refiid, lppInterface); }
ULONG ECParentStorage::xECPropStorage::Release() { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->Release(); }
ULONG ECParentStorage::xECPropStorage::AddRef() { METHOD_PROLOGUE_(ECParentStorage, ECPropStorage); return pThis->AddRef(); }