SND_IsFinishedCommandTag

Syntax

#include <nitro/snd.h>
BOOL SND_IsFinishedCommandTag( u32 tag );

Arguments

tag The command tag.

Return Values

TRUE if the command process is completed. FALSE if it is not.

Description

Checks to determine whether the command process is completed.

The command tag specified for tag is the one obtained by the SND_GetCurrentCommandTag function. This function can be used to check whether execution is completed for commands that were reserved before the tag was obtained.

See Also

SND_GetCurrentCommandTag

Revision History

2004/07/20 Initial version.


CONFIDENTIAL