The BSRTSELE structure is a structure to define the selection field when the record selection option is used.
The size of the area when the area of BSRTSELE structure is secured can be calculated by using BS_SELETABSIZE(n). BS_SELETABSIZE(n) is a macro to calculate the size of n pieces of BSRTSELE structures.
typedef struct { unsigned long entry_no; BSSELE sele_entry[1]; } BSRTSELE;
BSRTSELE structure member
In the following, it explains about the member of the BSRTSELE structure.
entry_no
This specifies the number of the selection field (BSSELE structure).
When 0 is specified, this means that the selection field is omitted.
sele_entry[n]
This specifies the selection field.
For more information, refer to BSSELE structure.