Contents Index Topic Contents | ||
Previous Topic: IDocHostUIHandler::OnFrameWindowActivate Next Topic: IDocHostUIHandler::ShowContextMenu |
IDocHostUIHandler::ResizeBorder
HRESULT ResizeBorder( LPCRECT prcBorder, IOleInPlaceUIWindow FAR *pUIWindow, BOOL fFrameWindow );Called from the IE4/MSHTML implementation of IOleInPlaceActiveObject::ResizeBorder.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- prcBorder
- New outer rectangle for border space.
- pUIWindow
- Frame or document window border change.
- fFrameWindow
- Indicates TRUE if the frame window is calling ResizeBorder, or FALSE otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.