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