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

PtGenListSetGflags()

Modify the gflags field of the widget

Synopsis:

unsigned PtGenListSetGflags( PtWidget_t *widget, 
                             unsigned value, 
                             unsigned mask );

Description:

This function modifies the gflags field of the widget. The bits defined by mask are set to the value defined by value.

Returns:

The old value of gflags.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList