INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Main arguments received in the WinMain Windows function. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997-2001 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_MAIN_ARGUMENTS
inherit

WAPI_APP_INSTANCE
rename
get_cmd_param as cwel_command_line,
get_cmd_show as cwel_command_show
end
feature -- Access

current_instance: WEL_INSTANCE
-- Current instance argument received in WinMain
ensure
result_not_void: Result /= void

previous_instance: WEL_INSTANCE
-- Previous instance argument received in WinMain
ensure
result_not_void: Result /= void

command_line: STRING
-- Command line argument received in WinMain
ensure
result_not_void: Result /= void

command_show: INTEGER
-- Command show argument received in WinMain
end -- class WEL_MAIN_ARGUMENTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES