Help for this page

Select Code to Download


  1. or download this
    Win32::API->Import("winmm", "mciSendCommand", "NNNN", "N")
      or die $^E;
    my $result = mciSendCommand($qux, $quux, $quuux, $quuuux);