| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
EM GETMARGINS
An application sends the EM_GETMARGINS message to retrieve the widths of the left and right margins for an edit control.
EM_GETMARGINS wParam = 0; // not used, must be zero lParam = 0; // not used, must be zero
Parameters
This message has no parameters.
Return Values
Returns the width of the left margin in the low-order word, and the width of the right margin in the high-order word.
See Also
EM_SETMARGINS
|
| |
Win32 API Glossary INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
1 2 3 4 5 6 7 8 A: Page 1 of 8.
|
|
|
|
|
| Copyright 2008, ComputerDictionaries.org. All rights reserved. |
|
|