Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
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 |