ASA Programming Guide
The Database Tools Interface
DBTools functions
Gets the status of a write file. This function is used by the dbwrite command-line utility when the -s
option is applied.
short DBStatusWriteFile ( const a_writefile * writefile );
Parameter | Description |
---|---|
writefile | Pointer to a_writefile structure |
A return code, as listed in Software component return codes.
For information about the Write File utility and its features, see The Write File utility.