This message is sent by an application to retrieve the widths of the left and right margins for an edit control.
At a Glance
Header file: | Winuser.h |
Windows CE Versions: | 1.0 and later |
Syntax
EM_GETMARGINS wParam = 0; lParam = 0;
Return Values
The width of the left margin in the low-order word and the width of the right margin in the high-order word indicate success.
See Also