Next: x1f4_note_qxnote, Previous: x1f4_lose_dxware, Up: Database Access Library Functions
extern int x1f4_mask_dxware (void *db, unsigned bits);
The x1f4_mask_dxware
function removes bits
from the open flags
set of the db
database, in the same fashion the aime
‘db_refine’ function does. bits
is a bitwise OR of zero or more
database open flags.
See Database Open Flags.
The function returns 0.