Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Provides a simple way to call the Windows DwmExtendFrameIntoClientArea method.
BOOL DwmExtendFrameIntoClientArea(
HWND hWnd,
AFX_MARGINS* pMargins
);
Parameters
[in] hWnd
The handle to a window whose frame is extended behind the client area.[in] pMargins
A pointer to a structure that describes the margins to use when extending the frame into the client area. The members of the AFX_MARGINS structure are identical to the members of the MARGINS structure.
Return Value
TRUE if this method is successful; otherwise, FALSE.
Remarks
This method extends the window frame behind the client area.
Requirements
Header: afxglobals.h