A function exported by PhAB to answer a call to a ResPluginAnyChangesF_t function
void answer_changes ( PhABHandle_t phab, int answer, int n, void *pvalue )
This function is exported from PhAB in the PhABResExportFull_t structure
This function is called from the full resource editor after the editor returns RESPLUGIN_WAIT to a call to the function defined by ResPluginAnyChangesF_t from PhAB. It should specify whether the editor contains any changes to its data. If there are changes, the plugin should use n and value to pass the new data back to PhAB.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhABResExportFull_t, ResPluginAnyChangesF_t, ResPluginFrugalCreateF_t, ResPluginFullCreateF_t.