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) |
NAME
libr_icon_geticon_byname - Retrieve an icon resource from an ELF
binary (by the icon resource's name).
SYNOPSIS
#include <libr.h>
libr_icon *libr_icon_geticon_byname(libr_file *handle, char *iconname);
DESCRIPTION
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.
iconname The exact name of the resource to return.
Returns
Returns a handle on success, NULL on failure.
SEE ALSO
libr_open(3), libr_icon_close(3)
AUTHOR
Erich Hoover ehoover@mines.edu
| libr |