in reply to Win32::API::Struct and GetCursorInfo with PCURSORINFO
The simplest fix is to set the size of the structure manually.
$pci->{cbSize} = 20; ## $pci->sizeof();
That allows the call to return successfully.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::API::Struct and GetCursorInfo with PCURSORINFO
by Anonymous Monk on Jun 26, 2004 at 02:49 UTC |