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.
This macro is not implemented.
Syntax
DWORD Edit_GetHilite(
HWND hwndCtl
);
Parameters
hwndCtl
Type: HWND
A handle to the edit control.
Return value
Type: DWORD
The starting and ending indexes that are highlighted. This value was created with the MAKELONG macro, with the starting index as the low word and the ending index as the high word. So, to get the starting index, call the LOWORD macro with the return value and to get the ending index, call the HIWORD macro with the return value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | commctrl.h |