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 a string to file
     handle  - file hanlde
     str     - string to write
returns: 0 - ok
Thread-safe function.

long writestr(long handle, string str);

Index | Previous topic | Next topic