1FFI::Platypus::Lang::WiUns3e2r(3C)ontributed Perl DocumeFnFtIa:t:iPolnatypus::Lang::Win32(3)
2
3
4
6 FFI::Platypus::Lang::Win32 - Documentation and tools for using Platypus
7 with the Windows API
8
10 version 1.32
11
13 use FFI::Platypus;
14 my $ffi = FFI::Platypus->new( api => 1 );
15 $ffi->lang('Win32');
16
18 This module provides the Windows datatypes used by the Windows API.
19 This means that you can use things like "DWORD" as an alias for
20 "uint32".
21
23 abi
24 my $abi = FFI::Platypus::Lang::Win32->abi;
25
26 native_type_map
27 my $hashref = FFI::Platypus::Lang::Win32->native_type_map;
28
29 This returns a hash reference containing the native aliases for the
30 Windows API. That is the keys are native Windows API C types and the
31 values are libffi native types.
32
34 FFI::Platypus
35 The Core Platypus documentation.
36
38 Author: Graham Ollis <plicease@cpan.org>
39
40 Contributors:
41
42 Bakkiaraj Murugesan (bakkiaraj)
43
44 Dylan Cali (calid)
45
46 pipcet
47
48 Zaki Mughal (zmughal)
49
50 Fitz Elliott (felliott)
51
52 Vickenty Fesunov (vyf)
53
54 Gregor Herrmann (gregoa)
55
56 Shlomi Fish (shlomif)
57
58 Damyan Ivanov
59
60 Ilya Pavlov (Ilya33)
61
62 Petr Pisar (ppisar)
63
64 Mohammad S Anwar (MANWAR)
65
66 Håkon Hægland (hakonhagland, HAKONH)
67
68 Meredith (merrilymeredith, MHOWARD)
69
70 Diab Jerius (DJERIUS)
71
73 This software is copyright (c) 2015,2016,2017,2018,2019,2020 by Graham
74 Ollis.
75
76 This is free software; you can redistribute it and/or modify it under
77 the same terms as the Perl 5 programming language system itself.
78
79
80
81perl v5.32.0 2020-09-21 FFI::Platypus::Lang::Win32(3)