Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    $function2 = Win32::API->new(
    ...
    $function6 = Win32::API->new(
        'mydll', 'sum_integers', 'IIIIII', 'I',
    );