INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "The WAPI_PAINTSTRUCT class contains information for an", "application. This information can be used to paint", "the client area of a window owned by that application."
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_PAINTSTRUCT
inherit

WAPI_GET_POINTER
end
feature -- Class data

hdc: INTEGER

fErase: INTEGER

rcPaint: expanded WAPI_RECT

fRestore: INTEGER

fIncUpdate: INTEGER

rgbReserved: CHARACTER

rgbReserved1: CHARACTER

rgbReserved2: CHARACTER

rgbReserved3: CHARACTER

rgbReserved4: CHARACTER

rgbReserved5: CHARACTER

rgbReserved6: CHARACTER

rgbReserved7: CHARACTER

rgbReserved8: CHARACTER

rgbReserved9: CHARACTER

rgbReserved10: CHARACTER

rgbReserved11: CHARACTER

rgbReserved12: CHARACTER

rgbReserved13: CHARACTER

rgbReserved14: CHARACTER

rgbReserved15: CHARACTER

rgbReserved16: CHARACTER

rgbReserved17: CHARACTER

rgbReserved18: CHARACTER

rgbReserved19: CHARACTER

rgbReserved20: CHARACTER

rgbReserved21: CHARACTER

rgbReserved22: CHARACTER

rgbReserved23: CHARACTER

rgbReserved24: CHARACTER

rgbReserved25: CHARACTER

rgbReserved26: CHARACTER

rgbReserved27: CHARACTER

rgbReserved28: CHARACTER

rgbReserved29: CHARACTER

rgbReserved30: CHARACTER

rgbReserved31: CHARACTER
feature -- Access

ptr: POINTER
feature -- Change

set_hdc (i: INTEGER)
ensure
correct_set: hdc = i

set_fErase (b: INTEGER)
ensure
correct_set: ferase = b

set_rcPaint (rct: WAPI_RECT)

set_fRestore (b: INTEGER)
ensure
correct_set: frestore = b

set_fIncUpdate (b: INTEGER)
ensure
correct_set: fincupdate = b
end -- class WAPI_PAINTSTRUCT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES