| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
A structure that defines the functions exported by PhAB that can be called by a frugal editor
        typedef struct PhABResExportFrugal_ {
                PhABResExportCommon_t common;
                PhABExportOpenF_t *open;
                } PhABResExportFrugal_t;
When a new frugal resource editor is created, it is passed a pointer to this structure, which gives it access to the functions exported by PhAB.
The structure has these members:
open(), PhABResExportCommon_t.
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |