EM_GETMARGINS message

Gets the widths of the left and right margins for an edit control.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

Returns the width of the left margin in the LOWORD, and the width of the right margin in the HIWORD.

Remarks

Rich Edit: The EM_GETMARGINS message is not supported.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

EM_SETMARGINS