TypeIO::WriteLong

Background

This method writes a long integer value to the data destination. Subclasses of TypeIO implement this method; the TypeIO implementation fails.

Prototype

virtual int WriteLong( long )

Parameters

  • long: A long value to write.

Return Value

The return value is non-zero if the method succeeds, or zero if it fails.