abfWriteHeader()

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

Syntax

intabfWriteHeader();

Return Value

0
On success
1
On failure

Example

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

Comments

Make this call immediately before closing the ABF file, but only if you are sure that the translator is being invoked from the program and that only header data was being requested (check abfDelayed()).