Help for this page

Select Code to Download


  1. or download this
    use Win32::API;
    
    ...
          'IDAutomationDMATRIX6.DLL', 'FontEncode',
      );
      $function->Call($DataToEncode);
    
  2. or download this
      $function = Win32::API->new(
          'IDAutomationDMATRIX6.DLL', 'FontEncode', 'P', 'V'
      );