MSDN Home >  MSDN Library >  User Interface Design and Development >  Windows Shell >  Windows Controls >  Individual Control Information >  Rich Edit Controls > 

EM_GETHYPHENATEINFO Message


An application sends an EM_GETHYPHENATEINFO message to get information about hyphenation for a Microsoft Rich Edit control.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns VOID in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) EM_GETHYPHENATEINFO,     // message ID
   (WPARAM) wParam,     // = (WPARAM) (HYPHENATEINFO*) wParam;
   (LPARAM) lParam     // = 0; not used, must be zero
);

Parameters

wParam
Pointer to HYPHENATEINFO structure.
lParam
Not used; must be zero.

Return Value

No return value.

Message Information

Minimum DLL Versionmsftedit.dll
HeaderDeclared in Richedit.h
Minimum operating systems Windows XP SP1

See Also

Rich Edit Controls, EM_SETHYPHENATEINFO
 Contact Us   |  E-Mail this Page   |  MSDN Flash Newsletter
 © 2003 Microsoft Corporation. All rights reserved.   Terms of Use  Privacy Statement   Accessibility