#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 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.
2004/07/20 Initial version.
CONFIDENTIAL