[Previous] [Contents] [Index] [Next]

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

PtUnblockWindows()

Unblock a set of previously blocked windows

Synopsis:

void PtUnblockWindows( PtBlockedList_t *bl );

Library:

ph

Description:

This function unblocks windows that were blocked by PtBlockAllWindows() or PtBlockWindow() and restores their cursors.

The bl argument must either be NULL or the pointer to a control structure returned by PtBlockAllWindows() or PtBlockWindow().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

ApModalWait(), PtBlockAllWindows(), PtBlockWindow(), PtMakeModal()

"Modal dialogs" in the Window Management chapter of the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]