formZ SDK | 5.0 API Reference | System | Script Only

fz_std_fprint_ptr

Description

Writes a pointer value to a file. It is written in hexadecimal format. For example:
0x0FA1CD02
The file must have been opened for write (see fz_std_fopen).

Parameters

file [Input]

file to be written to.

ptr_val [Input]

the pointer value to be written.

Returns

# of characters written, or negative if an error occurred.

Availability

5.0.0.0