The BSFILE_BASE structure is a structure to specify specific file information to each output file.
typedef struct {
BSPTR_UCHAR outfile_addr;
unsigned char file_kind;
unsigned char reserve[3]; /* reserved */
BSPTR_BSOUT_COND out_cond;
} BSFILE_BASE;BSFILE_BASE structure member
In the following, it explains about the member of the BSFILE_BASE structure.
outfile_addr
This specifies the address of output file path name.
The file path name is a character string that ends with '\0'.
file_kind
This specifies the file system of output file.
Two or more file systems cannot be specified. For information about the file systems, refer to BSFSYS structure.
out_cond
This is an unsupported member. Do not set anything.