PhRegionClose()

Remove a region

Synopsis:

int PhRegionClose( PhRid_t rid );

Library:

ph

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:

A nonnegative value
Successful completion.
-1
An error occurred.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhRegion_t, PhRegionChange(), PhRegionOpen()

Regions chapter of the Photon Programmer's Guide