Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
write 2 bytes to file
     handle    - file hanlde
     word      - a 16-bit value to write
     mostfirst - 0 least significant byte is first (intel)
                 1  most  significant byte is first
returns: 0 - ok
Thread-safe function.

long writeshort(long handle, long word, long mostfirst);

Index | Previous topic | Next topic