|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| int FileWriteInteger | ( | int | handle, |
| int | value, | ||
| int | size | ||
| ) |
Writes the value of the int parameter to a bin-file, starting from the current position of the file pointer
| handle | File descriptor returned by FileOpen() |
| value | Integer value |
| size | Number of bytes (up to 4 inclusive), that should be written. The corresponding constants are provided: CHAR_VALUE, SHORT_VALUE and INT_VALUE, so the function can write the integer value of char, uchar, short, ushort, int, or uint type |