- or download this
use Win32::API;
...
);
my $string = $function->Call('FontEncode');
- or download this
$function = Win32::API->new(
'IDAutomationDMATRIX6', 'FontEncode',['P','N','N','N','P'], 'P'
);
- or download this
$function = Win32::API->new(
'IDAutomationDMATRIX6', 'FontEncode',['P','N','N','N','P'], 'P',
+ '_cdecl'
);
- or download this
$function = Win32::API->new(
'IDAutomationDMATRIX6', 'FontEncode',['P','N','N','N','P'], 'P',
+ '__stdcall'
);
- or download this
my $string = $function->Call($str1, $n1, $n2, $n3, $str2);
- or download this
my $string = '' x 500; # Big enough ?
$string = $function->Call($str1, $n1, $n2, $n3, $str2);