EE_SET_OUTLINE_ARRAY¶
Sets the outline levels for the specified multiple lines. You can send this message explicitly or use the Editor_SetOutlineArray inline function.
EE_SET_OUTLINE_ARRAY
wParam = (WPARAM) 0;
lParam = (LPARAM) (OUTLINE_ARRAY_INFO*) pOutlineArrayInfo;
Parameters¶
pOutlineArrayInfo
Pointer to an OUTLINE_ARRAY_INFO structure.
Return Values¶
The return value is FALSE if there was no change. Otherwise, the return value is TRUE.
Version¶
Supported in EmEditor Professional Version 13 or later.