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

PhRegionClose()

Remove a region

Synopsis:

int PhRegionClose( PhRid_t rid );

Description:

This function removes the specified region from the current Photon Manager. If the specified region has child regions, they're removed as well.

Returns:

0
Successful completion.
-1
An error occurred.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhRegion_t, PhRegionChange(), PhRegionOpen()


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