will have LPPOINT automatically defined when I do Win32::API::Struct->new('POINT'). But what I couldn't find from the docs was how to use LPPOINT itself, i.e. how do I pass it as a pointer to a Win32 API? I tried to use it as a bareword, but apparently that is not right. And my googlefu isn't panning out as well. Can anyone help me by providing a sample?typedef Win32::API::Struct POINT => qw{ LONG x; LONG y; };
In reply to Win32::API::Struct pointer by rovingeyes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |