The SEDRIS Data Representation Model
APPENDIX D - Functions SE ValidCoordForSRFInfo |
---|
extern SRM_Boolean | ||||
SE_ValidCoordForSRFInfo | ||||
( | ||||
const | SRM_Coord | * | coord_in_ptr, | (notes) |
const | SE_SRF_Info | * | srf_info_in_ptr | (notes) |
); |
Validates whether the given SRM_Coord structure is valid for the given SE_SRF_Info structure.
SRM_TRUE | if both input structures are valid and the SRM_Coord is valid for the given SE_SRF_Info. |
SRM_FALSE | if either handle is invalid or the SRM_Coord is not valid for the given SE_SRF_Info. |
Pointer to the SRM_Coord structure to be validate.
Pointer to the SE_SRF_Info structure to which the SRM_Coord is validated against.
Prev: SE_ValidContactInformation.
Next: SE_ValidCountIntervalValue.
Up:Index.
|