in reply to Set Volume with winmm and mciSendString
#synopsis use Win32::MCI::Basic; my $lpszCommand = "status cdaudio number of tracks"; # example MCI c +ommand my ($APICallReturnValue, $lpszReturnString) = mciSendString($lpszCom +mand); print "Number of tracks: $lpszReturnString\n"; my $lpszErrorText = mciGetErrorString($ReturnValue); print "Error: $lpszErrorText\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: use Win32::MCI::Basic;
by slloyd (Hermit) on Jun 28, 2004 at 13:14 UTC | |
by PodMaster (Abbot) on Jun 29, 2004 at 05:01 UTC |