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

PhWindowClose()

Close a window

Synopsis:

int PhWindowClose( PhRid_t window_rid );

Description:

This function closes a window with the given region ID, window_rid, previously opened by PhWindowOpen().

Returns:

0
Successful completion.
-1
An error occurred. Either a nonwindow RID was given, or the function can't communicate with Photon or the Window Manager.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhWindowOpen()


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