#pragmacode("Winmm.dll")
voidWINAPIPlaySounDA(char*pszSound,char*hmode,Dworddwflay);
#pragmacode()
if(GetTagBIt("F31KZ")==1)
{PlaySoundA("h:\\3.wav",NULL,1);}
if(GetTagBit("F31KZ")==0)
{
PlaySoundA("h:\\1.wav",NULL,1);}
return0;
最佳答案
为0为1没有区别,你可以返回任意值。我们编程课可以不同的状态返回不同的值,然后根据这个值来判断程序的执行情况。
提问者对于答案的评价:
谢谢