TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int FileReadInteger ( int  handle,
int  size 
)

reads int, short or char value from the current position of the file pointer depending on the length specified in bytes

Parameters
handleFile descriptor returned by FileOpen()
sizeNumber of bytes (up to 4 inclusive) that should be read. The corresponding constants are provided: CHAR_VALUE, SHORT_VALUE and INT_VALUE,
so the function can read the whole value of char, short and int type
Returns