Help for this page

Select Code to Download


  1. or download this
    my $Api = new Win32::API("fileversion.dll", "GetFileVersionTxt", P, P)
    +;
    
  2. or download this
    my $Api = new Win32::API("fileversion.dll", "GetFileVersionTxt", ['P',
    + 'P'], 'I');
    
  3. or download this
    my $Api = new Win32::API("fileversion.dll", "GetFileVersionTxt", 'PP',
    + 'I');