formZ SDK | 4.0 Call Back Reference | File Translator
Description
Gets the icon associated with a file format. Gets the icon from files. One file for the icon's color data, the other file for the icon's mask.
Plugin Prototype
fzrt_error_td fz_ffmt_cbak_icon_file(
floc, | |
fzrt_int * | hpos, |
fzrt_int * | vpos, |
floc_mask, | |
fzrt_int * | hpos_mask, |
fzrt_int * | vpos_mask ) |
Parameters
floc [Result]
file location of file which contains the icon.
hpos [Result]
left horizontal location of icon data in file.
vpos [Result]
top vertical location of icon data in file.
floc_mask [Result, Optional]
file location of file which contains the icon mask data.
hpos_mask [Result, Optional]
left horizontal location of icon mask data in file.
vpos_mask [Result, Optional]
top vertical location of icon mask data in file.
Returns
FZRT_NOERR if the IO was successful. An error otherwise.
Availability
5.0.0.0
Function Set
Defined in