Contents Index Topic Contents | ||
Previous Topic: IDockingWindowSite::GetBorderDW Next Topic: IDockingWindowSite::SetBorderSpaceDW |
IDockingWindowSite::RequestBorderSpaceDW
HRESULT RequestBorderSpaceDW( IUnknown* punkSrc, LPCBORDERWIDTHS pbw );Approves, modifies, or refuses a request for an IDockingWindow object's border space. The border space is not allocated until the SetBorderSpaceDW method is called.
- Returns NOERROR if the border space request is approved or modified, or an OLE-defined error code otherwise.
- punkSrc
- Address of the IDockingWindow object for which the border space is being requested.
- pbw
- Address of a BORDERWIDTHS structure. Before calling this method, the structure must be filled with the desired border space. After the method's successful completion, the structure will contain the approved border space. The IDockingWindowSite object may change these values. If border space is critical, it is the caller's responsibility to determine if the returned border space is sufficient.
Version 4.71
See also IDockingWindowFrame
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.