$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' );