INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: NM_TREEVIEW structure. Contains information about a tree 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_TREEVIEW
inherit

WAPI_ADAPTABLE
end
feature -- Class data

hdr: expanded WAPI_NMHDR

action: BIT 32

itemOld: expanded WAPI_TV_ITEM

itemNew: expanded WAPI_TV_ITEM

ptDrag: expanded WAPI_POINT
feature -- Access

ptr: POINTER
feature -- Queries

Data_size: INTEGER
end -- class WAPI_NM_TREEVIEW

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES