Help for this page

Select Code to Download


  1. or download this
    $api = Win32::API::new->($dll, $function, "N", "NNNNNNNNNNNN");
    
  2. or download this
    {
    #old API psuedo pointer handling
    ...
    $pass = $pass && $function->Call($hnd) == 1;
    ok($pass, 'FreeHandle operates correctly');
    }