##
The parameter is incorrect at getmouseshape.pl line 27, line 164.
####
$VAR1 = bless( {
'__typedef__' => 'PCURSORINFO',
'ptScreenPos' => bless( {
'__typedef__' => 'POINT',
'typedef' => [
[
'x',
'l',
'LONG'
],
[
'y',
'l',
'LONG'
]
]
}, 'Win32::API::Struct' ),
'cbSize' => 16,
'typedef' => [
[
'cbSize',
'L',
'DWORD'
],
[
'flags',
'L',
'DWORD'
],
[
'hCursor',
'L',
'HCURSOR'
],
[
'ptScreenPos',
'>',
'POINT'
]
]
}, 'Win32::API::Struct' );