Help for this page

Select Code to Download


  1. or download this
    my $read_inputs = Win32::API->new("wsp", "ReadInputs", "P", "I");
    
    ...
        my $rv = $read_inputs->Call($buf);
        return ($rv, unpack('l4', $buf));
    }