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

PhABResExportFull_t.destroy()

A function exported by PhAB to destroy a window created by create_window()

Synopsis:

void destroy (
  PhabResWindowHandle_t wnd )

Arguments:

wnd
The window handle for the window you want to destroy, originally returned by PhABExportCreateWindowF_t create_window().

Description:

This function is exported from PhAB in the PhABResExportFull_t structure.

This convenience function should be called from the full editor to destroy the convenience window wnd, created by calling create_window(). The only time this function should be called is from the destroy method of the full resource editor.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

create_window(), get_area(), get_res(), PhABResExportFull_t, set_state(), to_front().