Defines |
| #define | INPLACEFRAME_THIS(iface) DEFINE_THIS(DocHost, OleInPlaceFrame, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (shdocvw) |
| static HRESULT WINAPI | InPlaceFrame_QueryInterface (IOleInPlaceFrame *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | InPlaceFrame_AddRef (IOleInPlaceFrame *iface) |
| static ULONG WINAPI | InPlaceFrame_Release (IOleInPlaceFrame *iface) |
| static HRESULT WINAPI | InPlaceFrame_GetWindow (IOleInPlaceFrame *iface, HWND *phwnd) |
| static HRESULT WINAPI | InPlaceFrame_ContextSensitiveHelp (IOleInPlaceFrame *iface, BOOL fEnterMode) |
| static HRESULT WINAPI | InPlaceFrame_GetBorder (IOleInPlaceFrame *iface, LPRECT lprectBorder) |
| static HRESULT WINAPI | InPlaceFrame_RequestBorderSpace (IOleInPlaceFrame *iface, LPCBORDERWIDTHS pborderwidths) |
| static HRESULT WINAPI | InPlaceFrame_SetBorderSpace (IOleInPlaceFrame *iface, LPCBORDERWIDTHS pborderwidths) |
| static HRESULT WINAPI | InPlaceFrame_SetActiveObject (IOleInPlaceFrame *iface, IOleInPlaceActiveObject *pActiveObject, LPCOLESTR pszObjName) |
| static HRESULT WINAPI | InPlaceFrame_InsertMenus (IOleInPlaceFrame *iface, HMENU hmenuShared, LPOLEMENUGROUPWIDTHS lpMenuWidths) |
| static HRESULT WINAPI | InPlaceFrame_SetMenu (IOleInPlaceFrame *iface, HMENU hmenuShared, HOLEMENU holemenu, HWND hwndActiveObject) |
| static HRESULT WINAPI | InPlaceFrame_RemoveMenus (IOleInPlaceFrame *iface, HMENU hmenuShared) |
| static HRESULT WINAPI | InPlaceFrame_SetStatusText (IOleInPlaceFrame *iface, LPCOLESTR pszStatusText) |
| static HRESULT WINAPI | InPlaceFrame_EnableModeless (IOleInPlaceFrame *iface, BOOL fEnable) |
| static HRESULT WINAPI | InPlaceFrame_TranslateAccelerator (IOleInPlaceFrame *iface, LPMSG lpmsg, WORD wID) |
| void | DocHost_Frame_Init (DocHost *This) |
Variables |
| static const IOleInPlaceFrameVtbl | OleInPlaceFrameVtbl |