SEQGetState

Syntax

#include <revolution.h>
#include <revolution/seq.h>

u32 SEQGetState(SEQSEQUENCE *sequence);

Arguments

sequence Pointer to a user-initialized SEQSEQUENCE

Return Values

The current state of the sequence as an unsigned 32-bit value is returned.

Description

SEQGetState gets the current state of the specified sequence.

See Also

SEQSetState

Revision History

2006/03/01 Initial version.


CONFIDENTIAL