Function Reference


_WinAPI_CreateMargins

Creates $tagMARGINS structure with specified left, right, top, and bottom retaining borders

#include <WinAPIMisc.au3>
_WinAPI_CreateMargins ( $iLeftWidth, $iRightWidth, $iTopHeight, $iBottomHeight )

Parameters

$iLeftWidth The width of the left border that retains its size.
$iRightWidth The width of the right border that retains its size.
$iTopHeight The height of the top border that retains its size.
$iBottomHeight The height of the bottom border that retains its size.

Return Value

Returns $tagMARGINS structure that contains the specified retaining borders.