лллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл
H I D D E N A R E A S
лллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл
// Hidden areas - address ranges which can be replaced by their descriptions
***********************************************
** hide an area
arguments:
start,end - area boundaries
description - description to display if the area is collapsed
header - header lines to display if the area is expanded
footer - footer lines to display if the area is expanded
color - RGB color code (-1 means default color)
returns: !=0 - ok
success HideArea(long start,long end, string description, string header, string footer, long color);
***********************************************
** set hidden area state
arguments:
ea - any address belonging to the hidden area
visible - new state of the area
returns: !=0 - ok
success SetHiddenArea(long ea, long visible);
***********************************************
** delete a hidden area
arguments: ea - any address belonging to the hidden area
returns: !=0 - ok
success DelHiddenArea(long ea);