- indexing
- title: "Visual Eiffel Library.", "Win32 API: Progress Bar Control Range"
- 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_PBRANGE
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
iLow: INTEGER
-
iHigh: INTEGER
- feature -- Access
-
ptr: POINTER
end -- class WAPI_PBRANGE