PhABResExportFrugal_t
![]() |
![]() |
![]() |
![]() |
PhABResExportFrugal_t
A structure that defines the functions exported by PhAB that can be called by a frugal editor
Synopsis:
typedef struct PhABResExportFrugal_ {
PhABResExportCommon_t common;
PhABExportOpenF_t *open;
} PhABResExportFrugal_t;
Description:
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:
- common
- A PhABResExportCommon_t structure that points to functions common to frugal and full editors.
- open
- A pointer to the open() function exported by PhAB.
Classification:
PhotonSee also:
open(), PhABResExportCommon_t.
![]() |
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)