TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
uint FileWriteLong ( int  file_handle,
long  value 
)

Writes the value of the long parameter to a bin-file, starting from the current position of the file pointer

Parameters
file_handleFile descriptor returned by FileOpen()
valueLong value
Returns
If successful the function returns the number of bytes written or 0 in case of error.
If successful, the number of bytes written corresponds to the data type size (sizeof(long)=8).
To obtain information about the error call the GetLastError() function. The file pointer is shifted by the same number of bytes.