Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

How to make Win32::API easy to use

by tye (Sage)
on Jun 02, 2004 at 18:41 UTC ( [id://359642]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::API qw( CreateIoCompletionPort N kernel32 N N N N );
    use Win32::API qw( ... );
    ...
    # ...
    my $hIOCP= CreateIoCompletionPort( $hSocket, 0, 0, 0 );
    # ...
    
  2. or download this
    sub Win32::API::import {
        my( $class, $sub, $ret, $lib, @args )= @_;
    ...
            $obj->Call( @_ );
        };
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://359642]
Approved by Belgarion
Front-paged by Enlil
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-23 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found