Function Name: Is State Code

Definition

Given an AC code, determines if it functions as an EDCS State Code (ESC).

Returns

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

SE_FALSE - otherwise.

Prototype


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

Parameters Notes

value_ptr

 pointer to the EAC being checked.

Prev: Get Recommended Units. Next: Label To AC. Up:Index.