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.