Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    #exit;
    $file = Win32::FileOp::SaveAsDialog;
    print $file;
    
  2. or download this
       my $struct = pack "LLLpLLLpLpLppLIppLLpILL",
         (
    ...
          $lpTemplateName            #'lpTemplateName'    #  LPCTSTR
          , 0, 1
         );