Miles Sound System SDK 7.2a

AIL_sequence_status

The function AIL_sequence_status returns the status of a given sequence handle.

U32 AIL_sequence_status(
  HSEQUENCE S
);

In Parameters

S
indicates the sequence handle for which the status is to be returned.

Returns

One of the MILES_SEQUENCE_STATUS constants.

Discussion

For an example of how to use AIL_sequence_status in a typical MSS application, see the AIL_allocate_sequence_handle function description.


Group: XMIDI Services
Related Functions: AIL_active_sequence_count, AIL_allocate_sequence_handle, AIL_end_sequence, AIL_resume_sequence, AIL_sequence_status, AIL_start_sequence, AIL_stop_sequence
Related Basic Types: HSEQUENCE, MILES_SEQUENCE_STATUS, U32

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.