An application program may have more than one B Tree file
opened at any one time. When a B Tree file is created or
opened, a B Tree context pointer is returned to the
application. All B Tree functions must be passed this context
pointer to indicate which open B Tree file is to be operated
on. This parameter is identified as
btact
in each function
description.