Data structure describing the emitter and collector of an event
typedef struct Ph_event_region { PhRid_t rid; long handle; } PhEventRegion_t;
The PhEventRegion_t structure describes the emitter and the collector of events. It contains at least the following members:
The following constants are defined in <photon/PhT.h>:
If the region described by a PhEventRegion_t structure isn't owned by the application that collected the event, then the Photon Manager sets handle to 0.
Photon
Events chapter of the Photon Programmer's Guide.