CFrameWnd::NegotiateBorderSpace
virtual BOOL NegotiateBorderSpace( UINT nBorderCmd**, LPRECT** lpRectBorder );
Return Value
Nonzero if successful; otherwise 0.
Parameters
nBorderCmd
Contains one of the following values from the enum BorderCmd:
borderGet = 1
borderRequest = 2
borderSet = 3
lpRectBorder
Pointer to a RECT structure or a CRect object that specifies the coordinates of the border.
Remarks
Call this member function to negotiate border space in a frame window during OLE inplace activation. This member function is the CFrameWnd implementation of OLE border space negotiation.