Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtDestroySurface

PtDestroySurface

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtDestroySurface()

Destroy a control surface

Synopsis:

void PtDestroySurface( PtWidget_t *widget,
                       PtSurface_t *surface );

Library:

ph

Description:

This function destroys the control surface specified by surface belonging to the given widget.


Note: All surfaces of a widget are automatically destroyed when the widget is destroyed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtCreateActionSurface(), PtCreateSurface(), PtDestroyAllSurfaces(), PtDestroySurfaceById()

Control Surfaces chapter of the Photon Programmer's Guide