IDockingWindowSite::GetBorderDWIDockingWindowSite::GetBorderDW*
*Contents  *Index  *Topic Contents
*Previous Topic: IDockingWindowSite
*Next Topic: IDockingWindowSite::RequestBorderSpaceDW

IDockingWindowSite::GetBorderDW


HRESULT GetBorderDW(
    IUnknown* punkSrc, 
    LPRECT prcBorder
);

Retrieves the border space allocated for the specified IDockingWindow object.

punkSrc
Address of the IDockingWindow object for which the border space is being requested.
prcBorder
Address of a RECT structure to receive the entire available border space for the browser. The docking window object should use this information to determine where to place itself. See the IDockingWindow::ResizeBorderDW method for more information.

Version 4.71

See also IDockingWindowFrame, IDockingWindowSite


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.