Help for this page

Select Code to Download


  1. or download this
    sub ApiName {
        return $globalHash{ 'ApiName' }->Call( @_ );
    }
    
  2. or download this
    usw Win32::API;
    
    my $api = Win32::API->new( 'dll', 'api', 'II', 'I' ) or die $^E;
    
    $api->Call( @_ );