1FFI::Platypus::Lang::WiUns3e2r(3C)ontributed Perl DocumeFnFtIa:t:iPolnatypus::Lang::Win32(3)
2
3
4

NAME

6       FFI::Platypus::Lang::Win32 - Documentation and tools for using Platypus
7       with the Windows API
8

VERSION

10       version 0.94
11

SYNOPSIS

13        use FFI::Platypus;
14        my $ffi = FFI::Platypus->new;
15        $ffi->lang('Win32');
16

DESCRIPTION

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

METHODS

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

SEE ALSO

34       FFI::Platypus
35           The Core Platypus documentation.
36

AUTHOR

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
67       This software is copyright (c) 2015,2016,2017,2018,2019 by Graham
68       Ollis.
69
70       This is free software; you can redistribute it and/or modify it under
71       the same terms as the Perl 5 programming language system itself.
72
73
74
75perl v5.30.0                      2019-07-26     FFI::Platypus::Lang::Win32(3)
Impressum