Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PhABResExportFull_t.closing()

Function exported by PhAB to inform PhAB that the resource editor is closing

Synopsis:

void closing ( PhABHandle_t phab )

Arguments:

phab
A handle, provided by PhAB as the phab argument when the plugin is created with ResPluginFullCreateF_t.

Description:

This function is exported from PhAB in the PhABResExportFull_t structure

This function is called from the full resource editor to inform PhAB that the editor wants to initiate the closing procedure. This function should not be called from inside the resource editor's destroy function, since in this case PhAB initiated the closing procedure.

Closing the plugin window may be triggered by a user clicking a Cancel button or the window's close button. This function should be called before the closing occurs, because PhAB may cancel the closing action.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhABResExportFull_t, ResPluginAnyChangesF_t ResPluginFullCreateF_t.