SRM Reference Manual
Functions SRM ValidRTCode |
---|
extern SRM_Boolean | |||
SRM_ValidRTCode | |||
( | |||
SRM_ORM_Code | orm_code_in, | 1 | |
SRM_RT_Code | rt_code_in | 2 | |
); |
Checks whether the given value is a valid SRM_RT_Code.
SRM_TRUE - if value is valid |
SRM_FALSE - otherwise |
1 the ORM code to which the RT being checked is bound
2 the RT whose validity is being checked
Prev: SRM_ValidRDCode.
Next: SRM_ValidSRFCode.
Up:Index.
|