The SEDRIS Data Representation Model
APPENDIX D - Functions SE SRFInfoEqual |
---|
extern SRM_Boolean | ||||
SE_SRFInfoEqual | ||||
( | ||||
const | SE_SRF_Info | * | srf1_ptr, | (notes) |
const | SE_SRF_Info | * | srf2_ptr | (notes) |
); |
Determines if two SE_SRF_Info structures represent the same exact SRF information. This is particularly useful to determine if an SRF instance is the same SRF as one formed using an SRF template.
SRM_TRUE | if both input structures are valid and are equal to one another. |
SRM_FALSE | if either structure pointer is NULL or invalid or the two input structures are not equal to one another. |
The first SE_SRF_Info to be compared.
The second SE_SRF_Info to be compared.
Prev: SE_RGBtoYIQ.
Next: SE_SetErrorFilePtr.
Up:Index.
|