indexing
description: "Set of Win32 API that can be statically accessed."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date: 2008-05-08 18:18:29 -0700 (Thu, 08 May 2008) $"
revision: "$Revision: 73426 $"
class interface
WEL_API
create
default_create
ANY
feature
generating_type: STRING_8
ANY
ensure ANY
generating_type_not_void: Result /= Void
generating_type_not_empty: not Result.is_empty
generator: STRING_8
ANY
ensure ANY
generator_not_void: Result /= Void
generator_not_empty: not Result.is_empty
feature
frozen deep_equal (some: ?ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
shallow_implies_deep: standard_equal (some, other) implies Result
both_or_none_void: (some = Void) implies (Result = (other = Void))
same_type: (Result and (some /= Void)) implies (other /= Void and then some.same_type (other))
symmetric: Result implies deep_equal (other, some)
frozen equal (some: ?ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.is_equal (other))
frozen is_deep_equal (other: WEL_API): BOOLEAN
`Current'`other'
ANY
require ANY
other_not_void: other /= Void
ensure 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_API): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
symmetric: Result implies other.is_equal (Current)
consistent: standard_is_equal (other) implies Result
frozen standard_equal (some: ?ANY; other: like arg #1): BOOLEAN
`some'`other'
ANY
ensure ANY
definition: Result = (some = Void and other = Void) or else ((some /= Void and other /= Void) and then some.standard_is_equal (other))
frozen standard_is_equal (other: WEL_API): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
same_type: Result implies same_type (other)
symmetric: Result implies other.standard_is_equal (Current)
feature
conforms_to (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
same_type (other: ANY): BOOLEAN
`other'
ANY
require ANY
other_not_void: other /= Void
ensure ANY
definition: Result = (conforms_to (other) and other.conforms_to (Current))
feature
copy (other: WEL_API)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_equal: is_equal (other)
frozen deep_copy (other: WEL_API)
copy`other'deep_twin
ANY
require ANY
other_not_void: other /= Void
ensure ANY
deep_equal: deep_equal (Current, other)
frozen deep_twin: WEL_API
ANY
ensure ANY
deep_twin_not_void: Result /= Void
deep_equal: deep_equal (Current, Result)
frozen standard_copy (other: WEL_API)
`other'
ANY
require ANY
other_not_void: other /= Void
type_identity: same_type (other)
ensure ANY
is_standard_equal: standard_is_equal (other)
frozen standard_twin: WEL_API
`other'
ANY
ensure ANY
standard_twin_not_void: Result /= Void
equal: standard_equal (Result, Current)
frozen twin: WEL_API
`Current'
twincopycopy
ANY
ensure ANY
twin_not_void: Result /= Void
is_equal: Result.is_equal (Current)
feature
frozen default: ?WEL_API
ANY
frozen default_pointer: POINTER
`POINTER'
`p'default
`p'`POINTER'
ANY
default_rescue
ANY
frozen do_nothing
ANY
feature
frozen free_module (a_module: POINTER): BOOLEAN
`a_module'
frozen load_module (a_name: POINTER): POINTER
`a_name'
`a_name'
frozen loal_api (a_module: POINTER; a_name: POINTER): POINTER
`a_name'`a_module'
feature
frozen vk_key_scan (a_char: CHARACTER_32): INTEGER_32
`a_char'
feature
frozen get_last_error: INTEGER_32
feature
frozen drag_query_file (hdrop: POINTER; ifile: INTEGER_32; buffer_pointer: POINTER; buffer_size: INTEGER_32): INTEGER_32
feature
frozen get_menu (hwnd: POINTER): POINTER
frozen get_menu_bar_info (hwnd: POINTER; id_object, id_item: INTEGER_32; menu_bar_info: POINTER): INTEGER_32
frozen get_menu_item_rect (hwnd, hmenu: POINTER; uitem: INTEGER_32; rect: POINTER): INTEGER_32
frozen set_menu (hwnd, hmenu: POINTER): INTEGER_32
frozen track_popup_menu (hmenu: POINTER; flags, x, y, reserved: INTEGER_32; hwnd, rect: POINTER)
feature
frozen post_message (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER)
frozen post_message_result (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER): POINTER
frozen post_message_result_boolean (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER): BOOLEAN
frozen register_window_message (a_message_name: POINTER): INTEGER_32
`message_name'
`Result'
frozen send_message (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER)
frozen send_message_result (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER): POINTER
frozen send_message_result_boolean (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER): BOOLEAN
frozen send_message_result_integer (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER): INTEGER_32
frozen send_message_timeout (hwnd: POINTER; msg: INTEGER_32; wparam, lparam: POINTER; fuflags, utimeout: INTEGER_32; lpdwresult: TYPED_POINTER [INTEGER_32])
feature
io: STD_FILES
ANY
ensure ANY
io_not_void: Result /= Void
out: STRING_8
ANY
ensure ANY
out_not_void: Result /= Void
print (some: ?ANY)
`some'
ANY
frozen tagged_out: STRING_8
ANY
ensure ANY
tagged_out_not_void: Result /= Void
feature
operating_environment: OPERATING_ENVIRONMENT
ANY
ensure ANY
operating_environment_not_void: Result /= Void
feature
frozen close_handle (a_handle: POINTER): INTEGER_32
frozen duplicate_handle (hsourceprocess, hsource, htargetprocess: POINTER; htarget: TYPED_POINTER [POINTER]; access: INTEGER_32; inherithandle: BOOLEAN; options: INTEGER_32): INTEGER_32
frozen get_current_process: POINTER
frozen msg_wait_for_multiple_objects (n: INTEGER_32; phandles: POINTER; waitall: BOOLEAN; ms, mask: INTEGER_32): INTEGER_32
frozen wait_for_input_idle (hprocess: POINTER; ms: INTEGER_32): INTEGER_32
feature
frozen get_control_scroll_info (hwnd: POINTER; info: POINTER): INTEGER_32
frozen set_control_scroll_info (hwnd: POINTER; info: POINTER; redraw: BOOLEAN): INTEGER_32
feature
frozen shell_notify_icon (a_message: INTEGER_32; a_notify_icon_data_ptr: POINTER): INTEGER_32
feature
frozen child_window_from_point (hwnd_parent: POINTER; point: POINTER): POINTER
frozen get_focus: POINTER
frozen move_window (hwnd: POINTER; a_x, a_y, a_w, a_h: INTEGER_32; repaint: BOOLEAN): BOOLEAN
frozen set_foreground_window (hwnd: POINTER): BOOLEAN
frozen set_parent (hwnd_child, hwnd_parent: POINTER): POINTER
frozen set_window_pos (hwnd, hwnd_after: POINTER; a_x, a_y, a_w, a_h, flags: INTEGER_32): BOOLEAN
frozen set_window_text (hwnd, str: POINTER)
frozen window_from_point (point: POINTER): POINTER
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
indexing
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 WEL_API