SND_IsFinishedCommandTag

C Specification

#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 SND_GetCurrentCommandTag. 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

07/20/2004 Initial version