indexing
description: "Constants for `create_process' from WEL_WINDOWS_ROUTINES."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_PROCESS_CREATION_CONSTANTS
feature
create_default_error_mode: INTEGER
create_new_console: INTEGER
create_new_process_group: INTEGER
detached_process: INTEGER
is_valid_creation_constant (a_constant: INTEGER): BOOLEAN
a_constant
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_PROCESS_CREATION_CONSTANTS