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


Home
QNX Community Resources
QNX Documentation Library
PtDestroyHotkeyCallbacks

PtDestroyHotkeyCallbacks

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

PtDestroyHotkeyCallbacks()

Free the specified hotkey callbacks

Synopsis:

void PtDestroyHotkeyCallbacks( PtWidget_t *widget );

Arguments:

widget
A pointer to the widget whose hotkey callbacks you want to free.

Description:

This function frees all hotkey callbacks connected to widget.


Note: The widget library automatically frees all allocated resources including lists when a widget is destroyed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtDestroyCallbackList(), PtDestroyRawCallbacks()