10.7.3 Valid_State_Overlapped_Vector Procedure

The Valid_State_Overlapped_Vector procedure returns true iff the Overlapped_Vector is in a valid state - that is, iff the Overlapped_Vector passes all of the valid state tests.

Calling syntax:

Logical = Valid_State(OV)

Input variables:

 OV  The Overlapped_Vector to be checked.

Output variable:

 Valid_State  True iff the Overlapped_Vector is in a valid state.

The Valid_State_Overlapped_Vector code listing contains additional documentation.



Michael L. Hall