Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.