Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.4 KB

em-getmargins.md

File metadata and controls

75 lines (43 loc) · 1.4 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EM_GETMARGINS message (Winuser.h)
Gets the widths of the left and right margins for an edit control.
2482354b-aae0-4abd-8287-65c423f30abb
EM_GETMARGINS message Windows Controls
apiref
EM_GETMARGINS
Winuser.h
HeaderDef
reference
05/31/2018

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