Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Called by the MSHTML implementation of IOleInPlaceActiveObject::ResizeBorder.
Syntax
HRESULT retVal = object.ResizeBorder(prcBorder, pUIWindow, fFrameWindow);
Parameters
prcBorder [in]
Type: LPCRECTA constant pointer to a RECT for the new outer rectangle of the border.
pUIWindow [in]
Type: IOleInPlaceUIWindowA pointer to an IOleInPlaceUIWindow interface for the frame or document window whose border is to be changed.
fFrameWindow [in]
Type: BOOLA BOOL that is TRUE if the frame window is calling IDocHostUIHandler::ResizeBorder, or FALSE otherwise.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.