Next: , Previous: , Up: Database Access Library Functions  


3.3.2 x1f4_mask_dxware

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 aimedb_refine’ function does. bits is a bitwise OR of zero or more database open flags.

See Database Open Flags.

The function returns 0.