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

PhABResExportFull_t.get_area()

A function exported by PhAB to get the area of a window created by create_window()

Synopsis:

void get_area (
  PhabResWindowHandle_t wnd,
  PhArea_t *area)

Arguments:

wnd
The window handle returned by PhABExportCreateWindowF_t create_window().
area
Filled in by the function with the area of the resource editor window.

Description:

This function is exported from PhAB in the PhABResExportFull_t structure.

You can call this function from the full editor to find out the current area of the window wnd.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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