- indexing
- title: "Visual Eiffel Library.", "The `WAPI_NMHDR%' structure contains information about a notification message. The pointer to this structure is specified as the `lParam%' member of the `WM_NOTIFY%' 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_NMHDR
- inherit
-
WAPI_ADAPTABLE
- end
- feature -- Class data
-
hwndFrom: INTEGER
-
idFrom: INTEGER
-
code: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Queries
-
data_size: INTEGER
end -- class WAPI_NMHDR