Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
note description: "SPI constants for SystemParametersInfo." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2013-11-19 16:13:35 -0900 (Tue, 19 Nov 2013) $" revision: "$Revision: 93464 $" class interface WEL_SPI_CONSTANTS create default_create -- Process instances of classes with no creation clause. -- (Default: do nothing.) -- (from ANY) feature -- Access generating_type: TYPE [detachable WEL_SPI_CONSTANTS] -- Type of current object -- (type of which it is a direct instance) -- (from ANY) ensure -- from ANY generating_type_not_void: Result /= Void generator: STRING_8 -- Name of current object's generating class -- (base class of the type of which it is a direct instance) -- (from ANY) ensure -- from ANY generator_not_void: Result /= Void generator_not_empty: not Result.is_empty feature -- Comparison frozen deep_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void -- or attached to isomorphic object structures? -- (from ANY) ensure -- from ANY instance_free: class shallow_implies_deep: standard_equal (a, b) implies Result both_or_none_void: (a = Void) implies (Result = (b = Void)) same_type: (Result and (a /= Void)) implies (b /= Void and then a.same_type (b)) symmetric: Result implies deep_equal (b, a) frozen equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached -- to objects considered equal? -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.is_equal (b)) frozen is_deep_equal alias "≡≡≡" (other: WEL_SPI_CONSTANTS): BOOLEAN -- Are Current and other attached to isomorphic object structures? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY shallow_implies_deep: standard_is_equal (other) implies Result same_type: Result implies same_type (other) symmetric: Result implies other.is_deep_equal (Current) is_equal (other: WEL_SPI_CONSTANTS): BOOLEAN -- Is other attached to an object considered -- equal to current object? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY symmetric: Result implies other ~ Current consistent: standard_is_equal (other) implies Result frozen standard_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached to -- field-by-field identical objects of the same type? -- Always uses default object comparison criterion. -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.standard_is_equal (b)) frozen standard_is_equal alias "" (other: WEL_SPI_CONSTANTS): BOOLEAN -- Is other attached to an object of the same type -- as current object, and field-by-field identical to it? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY same_type: Result implies same_type (other) symmetric: Result implies other.standard_is_equal (Current) feature -- Status report conforms_to (other: ANY): BOOLEAN -- Does type of current object conform to type -- of other (as per Eiffel: The Language, chapter 13)? -- (from ANY) require -- from ANY other_not_void: other /= Void same_type (other: ANY): BOOLEAN -- Is type of current object identical to type of other? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY definition: Result = (conforms_to (other) and other.conforms_to (Current)) feature -- Duplication copy (other: WEL_SPI_CONSTANTS) -- Update current object using fields of object attached -- to other, so as to yield equal objects. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_equal: Current ~ other frozen deep_copy (other: WEL_SPI_CONSTANTS) -- Effect equivalent to that of: -- `copy` (other . `deep_twin`) -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY deep_equal: deep_equal (Current, other) frozen deep_twin: WEL_SPI_CONSTANTS -- New object structure recursively duplicated from Current. -- (from ANY) ensure -- from ANY deep_twin_not_void: Result /= Void deep_equal: deep_equal (Current, Result) frozen standard_copy (other: WEL_SPI_CONSTANTS) -- Copy every field of other onto corresponding field -- of current object. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_standard_equal: standard_is_equal (other) frozen standard_twin: WEL_SPI_CONSTANTS -- New object field-by-field identical to other. -- Always uses default copying semantics. -- (from ANY) ensure -- from ANY standard_twin_not_void: Result /= Void equal: standard_equal (Result, Current) frozen twin: WEL_SPI_CONSTANTS -- New object equal to Current -- `twin` calls `copy`; to change copying/twinning semantics, redefine `copy`. -- (from ANY) ensure -- from ANY twin_not_void: Result /= Void is_equal: Result ~ Current feature -- Basic operations frozen default: detachable WEL_SPI_CONSTANTS -- Default value of object's type -- (from ANY) frozen default_pointer: POINTER -- Default value of type POINTER -- (Avoid the need to write p.`default` for -- some p of type POINTER.) -- (from ANY) ensure -- from ANY instance_free: class default_rescue -- Process exception for routines with no Rescue clause. -- (Default: do nothing.) -- (from ANY) frozen do_nothing -- Execute a null action. -- (from ANY) ensure -- from ANY instance_free: class feature -- Output Io: STD_FILES -- Handle to standard file setup -- (from ANY) ensure -- from ANY instance_free: class io_not_void: Result /= Void out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY out_not_void: Result /= Void print (o: detachable ANY) -- Write terse external representation of o -- on standard output. -- (from ANY) ensure -- from ANY instance_free: class frozen tagged_out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY tagged_out_not_void: Result /= Void feature -- Platform Operating_environment: OPERATING_ENVIRONMENT -- Objects available from the operating system -- (from ANY) ensure -- from ANY instance_free: class operating_environment_not_void: Result /= Void feature -- SystemParameter (All Windows) Spi_getaccesstimeout: INTEGER_32 = 60 -- Declared in Windows as SPI_GETACCESSTIMEOUT Spi_getanimation: INTEGER_32 = 72 -- Declared in Windows as SPI_GETANIMATION Spi_getbeep: INTEGER_32 = 1 -- Declared in Windows as SPI_GETBEEP Spi_getborder: INTEGER_32 = 5 -- Declared in Windows as SPI_GETBORDER Spi_getdefaultinputlang: INTEGER_32 = 89 -- Declared in Windows as SPI_GETDEFAULTINPUTLANG Spi_getdragfullwindows: INTEGER_32 = 38 -- Declared in Windows as SPI_GETDRAGFULLWINDOWS Spi_getfasttaskswitch: INTEGER_32 = 35 -- Declared in Windows as SPI_GETFASTTASKSWITCH Spi_getfilterkeys: INTEGER_32 = 50 -- Declared in Windows as SPI_GETFILTERKEYS Spi_getfontsmoothing: INTEGER_32 = 74 -- Declared in Windows as SPI_GETFONTSMOOTHING Spi_getgridgranularity: INTEGER_32 = 18 -- Declared in Windows as SPI_GETGRIDGRANULARITY Spi_gethighcontrast: INTEGER_32 = 66 -- Declared in Windows as SPI_GETHIGHCONTRAST Spi_geticonmetrics: INTEGER_32 = 45 -- Declared in Windows as SPI_GETICONMETRICS Spi_geticontitlelogfont: INTEGER_32 = 31 -- Declared in Windows as SPI_GETICONTITLELOGFONT Spi_geticontitlewrap: INTEGER_32 = 25 -- Declared in Windows as SPI_GETICONTITLEWRAP Spi_getkeyboarddelay: INTEGER_32 = 22 -- Declared in Windows as SPI_GETKEYBOARDDELAY Spi_getkeyboardpref: INTEGER_32 = 68 -- Declared in Windows as SPI_GETKEYBOARDPREF Spi_getkeyboardspeed: INTEGER_32 = 10 -- Declared in Windows as SPI_GETKEYBOARDSPEED Spi_getlowpoweractive: INTEGER_32 = 83 -- Declared in Windows as SPI_GETLOWPOWERACTIVE Spi_getlowpowertimeout: INTEGER_32 = 79 -- Declared in Windows as SPI_GETLOWPOWERTIMEOUT Spi_getmenudropalignment: INTEGER_32 = 27 -- Declared in Windows as SPI_GETMENUDROPALIGNMENT Spi_getminimizedmetrics: INTEGER_32 = 43 -- Declared in Windows as SPI_GETMINIMIZEDMETRICS Spi_getmouse: INTEGER_32 = 3 -- Declared in Windows as SPI_GETMOUSE Spi_getmousekeys: INTEGER_32 = 54 -- Declared in Windows as SPI_GETMOUSEKEYS Spi_getmousetrails: INTEGER_32 = 94 -- Declared in Windows as SPI_GETMOUSETRAILS Spi_getnonclientmetrics: INTEGER_32 = 41 -- Declared in Windows as SPI_GETNONCLIENTMETRICS Spi_getpoweroffactive: INTEGER_32 = 84 -- Declared in Windows as SPI_GETPOWEROFFACTIVE Spi_getpowerofftimeout: INTEGER_32 = 80 -- Declared in Windows as SPI_GETPOWEROFFTIMEOUT Spi_getscreenreader: INTEGER_32 = 70 -- Declared in Windows as SPI_GETSCREENREADER Spi_getscreensaveactive: INTEGER_32 = 16 -- Declared in Windows as SPI_GETSCREENSAVEACTIVE Spi_getscreensavetimeout: INTEGER_32 = 14 -- Declared in Windows as SPI_GETSCREENSAVETIMEOUT Spi_getserialkeys: INTEGER_32 = 62 -- Declared in Windows as SPI_GETSERIALKEYS Spi_getshowsounds: INTEGER_32 = 56 -- Declared in Windows as SPI_GETSHOWSOUNDS Spi_getsnaptodefbutton: INTEGER_32 = 95 -- Declared in Windows as SPI_GETSNAPTODEFBUTTON Spi_getsoundsentry: INTEGER_32 = 64 -- Declared in Windows as SPI_GETSOUNDSENTRY Spi_getstickykeys: INTEGER_32 = 58 -- Declared in Windows as SPI_GETSTICKYKEYS Spi_gettogglekeys: INTEGER_32 = 52 -- Declared in Windows as SPI_GETTOGGLEKEYS Spi_getwindowsextension: INTEGER_32 = 92 -- Declared in Windows as SPI_GETWINDOWSEXTENSION Spi_getworkarea: INTEGER_32 = 48 -- Declared in Windows as SPI_GETWORKAREA Spi_iconhorizontalspacing: INTEGER_32 = 13 -- Declared in Windows as SPI_ICONHORIZONTALSPACING Spi_iconverticalspacing: INTEGER_32 = 24 -- Declared in Windows as SPI_ICONVERTICALSPACING Spi_langdriver: INTEGER_32 = 12 -- Declared in Windows as SPI_LANGDRIVER Spi_screensaverrunning: INTEGER_32 = 97 -- Declared in Windows as SPI_SCREENSAVERRUNNING Spi_setaccesstimeout: INTEGER_32 = 61 -- Declared in Windows as SPI_SETACCESSTIMEOUT Spi_setanimation: INTEGER_32 = 73 -- Declared in Windows as SPI_SETANIMATION Spi_setbeep: INTEGER_32 = 2 -- Declared in Windows as SPI_SETBEEP Spi_setborder: INTEGER_32 = 6 -- Declared in Windows as SPI_SETBORDER Spi_setcursors: INTEGER_32 = 87 -- Declared in Windows as SPI_SETCURSORS Spi_setdefaultinputlang: INTEGER_32 = 90 -- Declared in Windows as SPI_SETDEFAULTINPUTLANG Spi_setdeskpattern: INTEGER_32 = 21 -- Declared in Windows as SPI_SETDESKPATTERN Spi_setdeskwallpaper: INTEGER_32 = 20 -- Declared in Windows as SPI_SETDESKWALLPAPER Spi_setdoubleclicktime: INTEGER_32 = 32 -- Declared in Windows as SPI_SETDOUBLECLICKTIME Spi_setdoubleclkheight: INTEGER_32 = 30 -- Declared in Windows as SPI_SETDOUBLECLKHEIGHT Spi_setdoubleclkwidth: INTEGER_32 = 29 -- Declared in Windows as SPI_SETDOUBLECLKWIDTH Spi_setdragfullwindows: INTEGER_32 = 37 -- Declared in Windows as SPI_SETDRAGFULLWINDOWS Spi_setdragheight: INTEGER_32 = 77 -- Declared in Windows as SPI_SETDRAGHEIGHT Spi_setdragwidth: INTEGER_32 = 76 -- Declared in Windows as SPI_SETDRAGWIDTH Spi_setfasttaskswitch: INTEGER_32 = 36 -- Declared in Windows as SPI_SETFASTTASKSWITCH Spi_setfilterkeys: INTEGER_32 = 51 -- Declared in Windows as SPI_SETFILTERKEYS Spi_setfontsmoothing: INTEGER_32 = 75 -- Declared in Windows as SPI_SETFONTSMOOTHING Spi_setgridgranularity: INTEGER_32 = 19 -- Declared in Windows as SPI_SETGRIDGRANULARITY Spi_sethandheld: INTEGER_32 = 78 -- Declared in Windows as SPI_SETHANDHELD Spi_sethighcontrast: INTEGER_32 = 67 -- Declared in Windows as SPI_SETHIGHCONTRAST Spi_seticonmetrics: INTEGER_32 = 46 -- Declared in Windows as SPI_SETICONMETRICS Spi_seticons: INTEGER_32 = 88 -- Declared in Windows as SPI_SETICONS Spi_seticontitlelogfont: INTEGER_32 = 34 -- Declared in Windows as SPI_SETICONTITLELOGFONT Spi_seticontitlewrap: INTEGER_32 = 26 -- Declared in Windows as SPI_SETICONTITLEWRAP Spi_setkeyboarddelay: INTEGER_32 = 23 -- Declared in Windows as SPI_SETKEYBOARDDELAY Spi_setkeyboardpref: INTEGER_32 = 69 -- Declared in Windows as SPI_SETKEYBOARDPREF Spi_setkeyboardspeed: INTEGER_32 = 11 -- Declared in Windows as SPI_SETKEYBOARDSPEED Spi_setlangtoggle: INTEGER_32 = 91 -- Declared in Windows as SPI_SETLANGTOGGLE Spi_setlowpoweractive: INTEGER_32 = 85 -- Declared in Windows as SPI_SETLOWPOWERACTIVE Spi_setlowpowertimeout: INTEGER_32 = 81 -- Declared in Windows as SPI_SETLOWPOWERTIMEOUT Spi_setmenudropalignment: INTEGER_32 = 28 -- Declared in Windows as SPI_SETMENUDROPALIGNMENT Spi_setminimizedmetrics: INTEGER_32 = 44 -- Declared in Windows as SPI_SETMINIMIZEDMETRICS Spi_setmouse: INTEGER_32 = 4 -- Declared in Windows as SPI_SETMOUSE Spi_setmousebuttonswap: INTEGER_32 = 33 -- Declared in Windows as SPI_SETMOUSEBUTTONSWAP Spi_setmousekeys: INTEGER_32 = 55 -- Declared in Windows as SPI_SETMOUSEKEYS Spi_setmousetrails: INTEGER_32 = 93 -- Declared in Windows as SPI_SETMOUSETRAILS Spi_setnonclientmetrics: INTEGER_32 = 42 -- Declared in Windows as SPI_SETNONCLIENTMETRICS Spi_setpenwindows: INTEGER_32 = 49 -- Declared in Windows as SPI_SETPENWINDOWS Spi_setpoweroffactive: INTEGER_32 = 86 -- Declared in Windows as SPI_SETPOWEROFFACTIVE Spi_setpowerofftimeout: INTEGER_32 = 82 -- Declared in Windows as SPI_SETPOWEROFFTIMEOUT Spi_setscreenreader: INTEGER_32 = 71 -- Declared in Windows as SPI_SETSCREENREADER Spi_setscreensaveactive: INTEGER_32 = 17 -- Declared in Windows as SPI_SETSCREENSAVEACTIVE Spi_setscreensaverrunning: INTEGER_32 = 97 -- Declared in Windows as SPI_SETSCREENSAVERRUNNING Spi_setscreensavetimeout: INTEGER_32 = 15 -- Declared in Windows as SPI_SETSCREENSAVETIMEOUT Spi_setserialkeys: INTEGER_32 = 63 -- Declared in Windows as SPI_SETSERIALKEYS Spi_setshowsounds: INTEGER_32 = 57 -- Declared in Windows as SPI_SETSHOWSOUNDS Spi_setsnaptodefbutton: INTEGER_32 = 96 -- Declared in Windows as SPI_SETSNAPTODEFBUTTON Spi_setsoundsentry: INTEGER_32 = 65 -- Declared in Windows as SPI_SETSOUNDSENTRY Spi_setstickykeys: INTEGER_32 = 59 -- Declared in Windows as SPI_SETSTICKYKEYS Spi_settogglekeys: INTEGER_32 = 53 -- Declared in Windows as SPI_SETTOGGLEKEYS Spi_setworkarea: INTEGER_32 = 47 -- Declared in Windows as SPI_SETWORKAREA feature -- SystemParameter (Windows 98, Windows 2000 and above) Spi_getactivewindowtracking: INTEGER_32 = 4096 -- Declared in Windows as SPI_GETACTIVEWINDOWTRACKING Spi_getactivewndtrktimeout: INTEGER_32 = 8194 -- Declared in Windows as SPI_GETACTIVEWNDTRKTIMEOUT Spi_getactivewndtrkzorder: INTEGER_32 = 4108 -- Declared in Windows as SPI_GETACTIVEWNDTRKZORDER Spi_getcaretwidth: INTEGER_32 = 8198 -- Declared in Windows as SPI_GETCARETWIDTH Spi_getcomboboxanimation: INTEGER_32 = 4100 -- Declared in Windows as SPI_GETCOMBOBOXANIMATION Spi_getcursorshadow: INTEGER_32 = 4122 -- Declared in Windows as SPI_GETCURSORSHADOW Spi_getdeskwallpaper: INTEGER_32 = 115 -- Declared in Windows as SPI_GETDESKWALLPAPER Spi_getforegroundflashcount: INTEGER_32 = 8196 -- Declared in Windows as SPI_GETFOREGROUNDFLASHCOUNT Spi_getforegroundlocktimeout: INTEGER_32 = 8192 -- Declared in Windows as SPI_GETFOREGROUNDLOCKTIMEOUT Spi_getgradientcaptions: INTEGER_32 = 4104 -- Declared in Windows as SPI_GETGRADIENTCAPTIONS Spi_gethottracking: INTEGER_32 = 4110 -- Declared in Windows as SPI_GETHOTTRACKING Spi_getkeyboardcues: INTEGER_32 = 4106 -- Declared in Windows as SPI_GETKEYBOARDCUES Spi_getlistboxsmoothscrolling: INTEGER_32 = 4102 -- Declared in Windows as SPI_GETLISTBOXSMOOTHSCROLLING Spi_getmenuanimation: INTEGER_32 = 4098 -- Declared in Windows as SPI_GETMENUANIMATION Spi_getmenufade: INTEGER_32 = 4114 -- Declared in Windows as SPI_GETMENUFADE Spi_getmenuunderlines: INTEGER_32 = 4106 -- Declared in Windows as SPI_GETMENUUNDERLINES Spi_getmousespeed: INTEGER_32 = 112 -- Declared in Windows as SPI_GETMOUSESPEED Spi_getscreensaverrunning: INTEGER_32 = 114 -- Declared in Windows as SPI_GETSCREENSAVERRUNNING Spi_getselectionfade: INTEGER_32 = 4116 -- Declared in Windows as SPI_GETSELECTIONFADE Spi_gettooltipanimation: INTEGER_32 = 4118 -- Declared in Windows as SPI_GETTOOLTIPANIMATION Spi_gettooltipfade: INTEGER_32 = 4120 -- Declared in Windows as SPI_GETTOOLTIPFADE Spi_getuieffects: INTEGER_32 = 4158 -- Declared in Windows as SPI_GETUIEFFECTS Spi_setactivewindowtracking: INTEGER_32 = 4097 -- Declared in Windows as SPI_SETACTIVEWINDOWTRACKING Spi_setactivewndtrktimeout: INTEGER_32 = 8195 -- Declared in Windows as SPI_SETACTIVEWNDTRKTIMEOUT Spi_setactivewndtrkzorder: INTEGER_32 = 4109 -- Declared in Windows as SPI_SETACTIVEWNDTRKZORDER Spi_setcaretwidth: INTEGER_32 = 8199 -- Declared in Windows as SPI_SETCARETWIDTH Spi_setcomboboxanimation: INTEGER_32 = 4101 -- Declared in Windows as SPI_SETCOMBOBOXANIMATION Spi_setcursorshadow: INTEGER_32 = 4123 -- Declared in Windows as SPI_SETCURSORSHADOW Spi_setforegroundflashcount: INTEGER_32 = 8197 -- Declared in Windows as SPI_SETFOREGROUNDFLASHCOUNT Spi_setforegroundlocktimeout: INTEGER_32 = 8193 -- Declared in Windows as SPI_SETFOREGROUNDLOCKTIMEOUT Spi_setgradientcaptions: INTEGER_32 = 4105 -- Declared in Windows as SPI_SETGRADIENTCAPTIONS Spi_sethottracking: INTEGER_32 = 4111 -- Declared in Windows as SPI_SETHOTTRACKING Spi_setkeyboardcues: INTEGER_32 = 4107 -- Declared in Windows as SPI_SETKEYBOARDCUES Spi_setlistboxsmoothscrolling: INTEGER_32 = 4103 -- Declared in Windows as SPI_SETLISTBOXSMOOTHSCROLLING Spi_setmenuanimation: INTEGER_32 = 4099 -- Declared in Windows as SPI_SETMENUANIMATION Spi_setmenufade: INTEGER_32 = 4115 -- Declared in Windows as SPI_SETMENUFADE Spi_setmenuunderlines: INTEGER_32 = 4107 -- Declared in Windows as SPI_SETMENUUNDERLINES Spi_setmousespeed: INTEGER_32 = 113 -- Declared in Windows as SPI_SETMOUSESPEED Spi_setselectionfade: INTEGER_32 = 4117 -- Declared in Windows as SPI_SETSELECTIONFADE Spi_settooltipanimation: INTEGER_32 = 4119 -- Declared in Windows as SPI_SETTOOLTIPANIMATION Spi_settooltipfade: INTEGER_32 = 4121 -- Declared in Windows as SPI_SETTOOLTIPFADE Spi_setuieffects: INTEGER_32 = 4159 -- Declared in Windows as SPI_SETUIEFFECTS feature -- SystemParameter (Windows NT 4.0, Windows 98, Windows 2000 and above) Spi_getmenushowdelay: INTEGER_32 = 106 -- Declared in Windows as SPI_GETMENUSHOWDELAY Spi_getmousehoverheight: INTEGER_32 = 100 -- Declared in Windows as SPI_GETMOUSEHOVERHEIGHT Spi_getmousehovertime: INTEGER_32 = 102 -- Declared in Windows as SPI_GETMOUSEHOVERTIME Spi_getmousehoverwidth: INTEGER_32 = 98 -- Declared in Windows as SPI_GETMOUSEHOVERWIDTH Spi_getshowimeui: INTEGER_32 = 110 -- Declared in Windows as SPI_GETSHOWIMEUI Spi_getwheelscrolllines: INTEGER_32 = 104 -- Declared in Windows as SPI_GETWHEELSCROLLLINES Spi_setmenushowdelay: INTEGER_32 = 107 -- Declared in Windows as SPI_SETMENUSHOWDELAY Spi_setmousehoverheight: INTEGER_32 = 101 -- Declared in Windows as SPI_SETMOUSEHOVERHEIGHT Spi_setmousehovertime: INTEGER_32 = 103 -- Declared in Windows as SPI_SETMOUSEHOVERTIME Spi_setmousehoverwidth: INTEGER_32 = 99 -- Declared in Windows as SPI_SETMOUSEHOVERWIDTH Spi_setshowimeui: INTEGER_32 = 111 -- Declared in Windows as SPI_SETSHOWIMEUI Spi_setwheelscrolllines: INTEGER_32 = 105 -- Declared in Windows as SPI_SETWHEELSCROLLLINES feature -- SystemParameter (Windows XP and above) Spi_getdropshadow: INTEGER_32 = 4132 -- Declared in Windows as SPI_GETDROPSHADOW Spi_getflatmenu: INTEGER_32 = 4130 -- Declared in Windows as SPI_GETFLATMENU Spi_getfocusborderheight: INTEGER_32 = 8208 -- Declared in Windows as SPI_GETFOCUSBORDERHEIGHT Spi_getfocusborderwidth: INTEGER_32 = 8206 -- Declared in Windows as SPI_GETFOCUSBORDERWIDTH Spi_getfontsmoothingcontrast: INTEGER_32 = 8204 -- Declared in Windows as SPI_GETFONTSMOOTHINGCONTRAST Spi_getfontsmoothingtype: INTEGER_32 = 8202 -- Declared in Windows as SPI_GETFONTSMOOTHINGTYPE Spi_getmouseclicklock: INTEGER_32 = 4126 -- Declared in Windows as SPI_GETMOUSECLICKLOCK Spi_getmouseclicklocktime: INTEGER_32 = 8200 -- Declared in Windows as SPI_GETMOUSECLICKLOCKTIME Spi_getmousesonar: INTEGER_32 = 4124 -- Declared in Windows as SPI_GETMOUSESONAR Spi_getmousevanish: INTEGER_32 = 4128 -- Declared in Windows as SPI_GETMOUSEVANISH Spi_setdropshadow: INTEGER_32 = 4133 -- Declared in Windows as SPI_SETDROPSHADOW Spi_setflatmenu: INTEGER_32 = 4131 -- Declared in Windows as SPI_SETFLATMENU Spi_setfocusborderheight: INTEGER_32 = 8209 -- Declared in Windows as SPI_SETFOCUSBORDERHEIGHT Spi_setfocusborderwidth: INTEGER_32 = 8207 -- Declared in Windows as SPI_SETFOCUSBORDERWIDTH Spi_setfontsmoothingcontrast: INTEGER_32 = 8205 -- Declared in Windows as SPI_SETFONTSMOOTHINGCONTRAST Spi_setfontsmoothingtype: INTEGER_32 = 8203 -- Declared in Windows as SPI_SETFONTSMOOTHINGTYPE Spi_setmouseclicklock: INTEGER_32 = 4127 -- Declared in Windows as SPI_SETMOUSECLICKLOCK Spi_setmouseclicklocktime: INTEGER_32 = 8201 -- Declared in Windows as SPI_SETMOUSECLICKLOCKTIME Spi_setmousesonar: INTEGER_32 = 4125 -- Declared in Windows as SPI_SETMOUSESONAR Spi_setmousevanish: INTEGER_32 = 4129 -- Declared in Windows as SPI_SETMOUSEVANISH feature -- SystemParameterInfo Flags (all Windows) Spif_sendchange: INTEGER_32 = 2 -- Declared in Windows as SPIF_SENDCHANGE Spif_sendwininichange: INTEGER_32 = 2 -- Declared in Windows as SPIF_SENDWININICHANGE Spif_updateinifile: INTEGER_32 = 1 -- Declared in Windows as SPIF_UPDATEINIFILE invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) note copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class WEL_SPI_CONSTANTS
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org