Find a data type within a region's data
PhRegionDataHdr_t * PhRegionDataFindType( PhRegion_t const *region, PhRegionDataHdr_t const *data, short type);
ph
This function finds the specified type of data within the provided region's data block. For a list of types, see the description of PhRegionDataHdr_t.
A pointer to a PhRegionDataHdr_t structure that matches the specified data type. If no data entries within the region's data block match the specified type, the function returns NULL.
See PhRegionChange().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhRegion_t, PhRegionDataHdr_t, PhRegionChange(), PhRegionQuery()
Regions chapter of the Photon Programmer's Guide