__iew_fd_getE() – Get ESD data

Returns external symbol dictionary information selected by class and/or section to which it refers.

Format

#include <__iew_api.h>
int __iew_fd_getE(_IEWFDContext *__context,
                              const char *__sect, const char *__class,
                              _IEWESDEntry ** __esd_entry);

Parameters Descriptions

__context
FD context is created and returned by calling __iew_fd_open() and is used throughout the open session.
__sect
section name.
__class
class name.
__esd_entry
returned buffer – ESD entry.

Returned Value

If successful, __iew_fd_getE() returns > 0 (count, number of entries returned in the buffer).

If unsuccessful, __iew_fd_getE() returns 0.

Utilities Functions

__iew_api_name_to_str()
__iew_fd_eod()
__iew_fd_get_reason_code()
__iew_fd_get_return_code()
__iew_fd_get_cursor()
__iew_fd_set_cursor()