abfWriteHeaderAndData()

Outputs the ABF header, which contains information on the structure and content of the file, and the data itself.

Syntax

intabfWriteHeaderAndData();

Return Value

0
On success
1
On failure

Example

if (abfDelayed())
	abfWriteHeader();
}
else
	abfWriteHeaderAndData();
}

Comments

Make this call immediately before closing the ABF file.