Editor_SetOutlineArray

Sets the outline levels for the specified multiple lines. You can use this inline function or explicitly send the EE_SET_OUTLINE_ARRAY message.

Editor_SetOutlineArray( HWND hwnd, INT_PTR nStartLine, INT_PTR nCount, BYTE* pLevelData );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

nStartLine

Specifies the first line of multiple lines.

nCount

Specifies the number of multiple lines.

pLevelData

Specifies an array of BYTE that specifies the outline levels.

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.