Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the address of an edit or rich edit control's Wordwrap function. You can use this macro or send the EM_GETWORDBREAKPROC message explicitly.
Syntax
EDITWORDBREAKPROC Edit_GetWordBreakProc(
HWND hwndCtl
);
Parameters
hwndCtl
Type: HWND
A handle to the control.
Return value
Type: EDITWORDBREAKPROC
The address of the application-defined Wordwrap function, or NULL if no function has been set.
Remarks
For more information, see EM_GETWORDBREAKPROC.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | windowsx.h |