The SEDRIS Data Representation Model
APPENDIX D - Functions SE SRFContextInfoEqual |
---|
extern SRM_Boolean | ||||
SE_SRFContextInfoEqual | ||||
( | ||||
const | SE_SRF_Context_Info | * | srf1_ptr, | 1 |
const | SE_SRF_Context_Info | * | srf2_ptr | 2 |
); |
Determines if two SE_SRF_Context_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. |
1 The first SE_SRF_Context_Info to be compared.
2 The second SE_SRF_Context_Info to be compared.
Prev: SE_RGBtoYIQ.
Next: SE_SetErrorFilePtr.
Up:Index.
|