The SEDRIS Data Representation Model
APPENDIX D - Functions
SE SRFInfoEqual
extern SRM_Boolean
SE_SRFInfoEqual
(
constSE_SRF_Info *srf1_ptr, (notes)
constSE_SRF_Info *srf2_ptr (notes)
);

Definition

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.


Returns

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.


Parameters Notes


srf1_ptr

  The first SE_SRF_Info to be compared.

srf2_ptr

  The second SE_SRF_Info to be compared.


Prev: SE_RGBtoYIQ. Next: SE_SetErrorFilePtr. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS