This topic has not yet been rated - Rate this topic

CFrameWnd::NegotiateBorderSpace

Call this member function to negotiate border space in a frame window during OLE inplace activation.

virtual BOOL NegotiateBorderSpace( 
   UINT nBorderCmd, 
   LPRECT lpRectBorder  
);
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.

Nonzero if successful; otherwise 0.

This member function is the CFrameWnd implementation of OLE border space negotiation.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.