Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |