Function Name: Applies To CC

Definition

Given an EDCS Attribute Code (EAC), determines whether it applies to an EDCS Classification Code (ECC).

Returns

SE_TRUE - if value_ptr is non-NULL and points to a valid EAC that applies to an ECC.

SE_FALSE - otherwise.

Prototype


extern SE_BOOLEAN
EDCS_AppliesToCC
(
constEDCS_AC_ID *value_ptr (notes)
);

Parameters Notes

value_ptr

 pointer to the ECC being checked.

Next: Compare ACs. Up:Index.