IDockingWindowSite::SetBorderSpaceDWIDockingWindowSite::SetBorderSpaceDW*
*Contents  *Index  *Topic Contents
*Previous Topic: IDockingWindowSite::RequestBorderSpaceDW
*Next Topic: IEnumIDList

IDockingWindowSite::SetBorderSpaceDW


HRESULT SetBorderSpaceDW(
    IUnknown* punkSrc, 
    LPCBORDERWIDTHS pbw
);

Allocates and reserves border space for an IDockingWindow object.

punkSrc
Address of the IDockingWindow object for which the border space is being set.
pbw
Address of a BORDERWIDTHS structure that contains the IDockingWindow object's border space. The border space should have been approved by IDockingWindowSite through a successful call to the RequestBorderSpaceDW method.

Version 4.71

See also IDockingWindowFrame


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