- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `WAPI_TC_HITTESTINFO%' structure contains information about a hit test."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_TC_HITTESTINFO
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
pt: expanded WAPI_POINT
-
flags: BIT 32
- feature -- Access
-
ptr: POINTER
- feature -- Operations
-
set_pt (pt_: WAPI_POINT)
-
set_flags (flags_: BIT 32)
end -- class WAPI_TC_HITTESTINFO