- indexing
- title: "Visual Eiffel Library.", "The `WAPI_NM_LISTVIEW%' structure contains information about a list view notification message."
- 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_NM_LISTVIEW
- inherit
-
WAPI_ADAPTABLE
- end
- feature -- Class data
-
hdr: expanded WAPI_NMHDR
-
iItem: INTEGER
-
iSubItem: INTEGER
-
uNewState: BIT 32
-
uOldState: BIT 32
-
uChanged: BIT 32
-
ptAction: expanded WAPI_POINT
-
lParam: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Queries
-
data_size: INTEGER
end -- class WAPI_NM_LISTVIEW