Hello,
am using the foolowing successfully on a Palm TX, to
turn off the sound during application process :

UInt16 vol1, vol2, vol3, sndOff=0;
SndGetDefaultVolume(&vol1, &vol2, &vol3);(&vol1, &vol2, &vol3);
SndSetDefaultVolume(&sndOff, &sndOff, &sndOff);

eventLoop();

// app quit from event loop here

// restore system sound

SndSetDefaultVolume(&vol1, &vol2, &vol3);


Have had a complaint from a Treo user, that the alarm volume is being reset to 
max volume, is there another function for accessing
sound volume prefs for Treos ?

many thanks
darren

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to