Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Win32::API::Struct: Pointers of Pointers

by esskar (Deacon)
on Jun 28, 2006 at 23:11 UTC ( [id://558186]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        sub import_api_ex {
            my ( $lib, $sig ) = @_;
    ...
            my ( $name, @params ) = @_;
            Win32::API::Struct->typedef( $name, @params );
        }
    
  2. or download this
    DWORD QueryUsersOnEncryptedFile(
      LPCWSTR lpFileName,                        // file name
      PENCRYPTION_CERTIFICATE_HASH_LIST *pUsers  // hash list
    );
    
  3. or download this
    BEGIN {
        define_struct(
    ...
              /
        );
    }
    
  4. or download this
    sub query_users {
        my ( $self, $filename ) = @_;
    ...
          unless defined $func;
    
    }
    
  5. or download this
    Win32::API::parse_prototype: WARNING unknown parameter type 'LPENCRYPT
    +ION_CERTIFICATE_HASH_LIST*' at C:/Perl/site/lib/Wi
    n32/API.pm line 248, <DATA> line 164.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://558186]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-24 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found