#include <nitro/snd.h>
BOOL SND_IsFinishedCommandTag( u32 tag );
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.
07/20/2004 Initial version