slloyd has asked for the wisdom of the Perl Monks concerning the following question:
my $hwnd = shift || 0; my $vol=" "x10; $waveOutGetVolume ||= new Win32::API("Winmm", "waveOutGetVolume", ['N' +,'P'], 'N') || return; my $ck = $waveOutGetVolume->Call($hwnd, $vol);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Output syntax for waveOutGetVolume API
by BrowserUk (Patriarch) on Jul 14, 2004 at 03:55 UTC | |
by slloyd (Hermit) on Jul 14, 2004 at 04:07 UTC |