GX_IsVCountEq

C Specification

#include <nitro/gx/gx.h>

int GX_IsVCountEq(void);

Arguments

None.

Return Values

A nonzero value is returned if the V-counter parity value is the same as the V-counter. A zero value is returned if the V-counter parity value is not the same as the V-counter.

Description

This function returns a nonzero value when the V-counter parity value that is set by the GX_SetVCountEqVal function is the same as the V-counter. If the two values are not the same, the function returns a value of 0.

The name of this function was changed from GX_IsVCounterEq to GX_IsVCountEq. To maintain compatibility, GX_IsVCounterEq is defined with a separate name from GX_IsVCountEq.

See Also

GX_VCountEqIntr, GX_SetVCountEqVal

Revision History

10/19/2004 Name changed from GX_IsVCounterEq to GX_IsVCountEq.
01/19/2004 Initial version.