GetVolume()

var mySound = OpenSound("c:\\welcome.wav",1)
// open welcome.wav on channel 1
var Volume = mysound.GetVolume()
// get the current volume of the welcome.wav and
// any other sounds playing on channel 1

Close