Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Negotiates border space in a frame window during OLE in-place activation.
virtual BOOL NegotiateBorderSpace(
UINT nBorderCmd,
LPRECT lpRectBorder
);
Parameters
[in] nBorderCmd
Contains one of the following values from the enum CFrameWnd::BorderCmd:borderGet = 1
borderRequest = 2
borderSet = 3
[in, out] lpRectBorder
Pointer to a RECT Structure or a CRect Class object that specifies the coordinates of the border.
Return Value
Nonzero if the method was successful; otherwise 0.
Remarks
This method is an implementation of OLE border space negotiation.
Requirements
Header: afxmdiframewndex.h