ReadShort
ReadShort
Reads short or ushort type variable from file.
bool ReadShort(
short& value
)Parameters
- value
[in] Reference to the variable for placing read data.
Return Value
true - successful, false - cannot read the data.
Last updated on