This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
A structure that defines all the resource editor plugins in a DLL
typedef struct ResPlugin_ { ResPluginLoadingF_t *loading; ResPluginUnloadingF_t *unloading; int n_full_editors; const ResPluginFullEditor_t* full_editors; int n_frugal_editors; const ResPluginFrugalEditor_t* frugal_editors; } ResPlugin_t;
This structure defines the resource editor plugins in a DLL. An instance of this structure is pointed to by the tab member of the AOInterfaces_t interfaces array.
The members are:
ResPluginLoadingF_t, ResPluginFullEditor_t, ResPluginFrugalEditor_t, ResPluginUnloadingF_t.