in reply to Re: Win32::API::Struct and GetCursorInfo with PCURSORINFO
in thread Win32::API::Struct and GetCursorInfo with PCURSORINFO
on perlmonks you said you gotsizeof('POINT') = 8 sizeof('CURSORINFO') = 20 sizeof('MYSTRUCT') = 12
sizeof('POINT') = 8 sizeof('CURSORINFO') = 16 sizeof('MYSTRUCT') = 12
So I believe this has been already fixed so I am closing this bug.DWORD cbSize; 4 DWORD flags; 4 HANDLE hCursor; 4 POINT ptScreenPos; -> LONG x; 4 LONG y; 4 = 20
|
|---|