Man page - libr_icon_geticon_byname(3)

Packages contas this manual

Manual

libr_icon_geticon_byname(3) Library Functions Manual libr_icon_geticon_byname(3)

libr_icon_geticon_byname - Retrieve an icon resource from an ELF

binary (by the icon resource's name).

#include <libr.h>

libr_icon *libr_icon_geticon_byname(libr_file *handle, char *iconname);

Return a resource handle to an icon stored in a libr-compatible ELF binary. When this handle is no-longer needed it must be unallocated using libr_icon_close(3).

Parameters

handle A handle returned by libr_open(3).
iconname The exact name of the resource to return.

Returns

Returns a handle on success, NULL on failure.

libr_open(3), libr_icon_close(3)

Erich Hoover ehoover@mines.edu

libr