ReactOS 0.4.16-dev-752-g47bae01
|
Public Types | |
typedef IOleClientSite * | LPOLECLIENTSITE |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | SaveObject () |
HRESULT | GetMoniker ([in] DWORD dwAssign, [in] DWORD dwWhichMoniker, [out] IMoniker **ppmk) |
HRESULT | GetContainer ([out] IOleContainer **ppContainer) |
HRESULT | ShowObject () |
HRESULT | OnShowWindow ([in] BOOL fShow) |
HRESULT | RequestNewObjectLayout () |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 428 of file oleidl.idl.
Definition at line 430 of file oleidl.idl.
HRESULT IOleClientSite::GetContainer | ( | [out] IOleContainer ** | ppContainer | ) |
HRESULT IOleClientSite::GetMoniker | ( | [in] DWORD | dwAssign, |
[in] DWORD | dwWhichMoniker, | ||
[out] IMoniker ** | ppmk | ||
) |
Implemented in OleInPlaceClient.
HRESULT IOleClientSite::RequestNewObjectLayout | ( | ) |
Implemented in OleInPlaceClient.
HRESULT IOleClientSite::SaveObject | ( | ) |
Implemented in OleInPlaceClient.
HRESULT IOleClientSite::ShowObject | ( | ) |
Implemented in OleInPlaceClient.
Referenced by SEALED_::Activate().