EE_GET_ATTR¶
Retrieves the configurations and attributes at the specified position. You can send this message explicitly or by using the Editor_GetAttr inline function.
EE_GET_ATTR
wParam = 0;
lParam = (LPARAM) (ATTR_INFO) pAI;
Parameters¶
pAI
Pointer to the ATTR_INFO structure.
Return Values¶
The return value is TRUE if succeeded, or FALSE if failed.
Version¶
Supported on EmEditor Version 9.00 or later.