I make API calls to the sndPlaySound function,
something like this...
XX% = sndPlaySound(ms ound, MyParm)
Several predefined system constants (or API
intrinsic constants) have been recommended
for use as the 2nd parm...
SND_ASYNC
SND_LOOP
SND_MEMORY
SND_NODEFAULT
SND_NOSTOP
SND_SYNC
I was wondering how I could find out their actual
values?
something like this...
XX% = sndPlaySound(ms ound, MyParm)
Several predefined system constants (or API
intrinsic constants) have been recommended
for use as the 2nd parm...
SND_ASYNC
SND_LOOP
SND_MEMORY
SND_NODEFAULT
SND_NOSTOP
SND_SYNC
I was wondering how I could find out their actual
values?
Comment