slloyd has asked for the wisdom of the Perl Monks concerning the following question:
$waveOutSetVolume ||= new Win32::API("user32", "waveOutSetVolume", ['N +', 'N'], 'N') || die "unable to load"; my $chk = $waveOutSetVolume->Call($hwnd, 0x6000);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using the waveOutSetVolume Win32 API
by EdwardG (Vicar) on Jun 28, 2004 at 13:20 UTC | |
|
Re: Using the waveOutSetVolume Win32 API
by BrowserUk (Patriarch) on Jun 28, 2004 at 13:20 UTC |