Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_PROCESS_INFO General cluster: wel description: "Information about a process." create: make Ancestors WEL_STRUCTURE* Queries exists: BOOLEAN is_equal (other: [like Current] WEL_PROCESS_INFO): BOOLEAN item: POINTER process_handle: POINTER process_id: INTEGER_32 shared: BOOLEAN structure_size: INTEGER_32 thread_handle: POINTER thread_id: INTEGER_32 Commands copy (other: [like Current] WEL_PROCESS_INFO) dispose initialize initialize_with_character (a_character: CHARACTER_8) memory_copy (source_pointer: POINTER; length: INTEGER_32) set_item (an_item: POINTER) set_process_handle (a_handle: [like process_handle] POINTER) set_process_id (a_id: [like process_id] INTEGER_32) set_shared set_thread_handle (a_handle: [like thread_handle] POINTER) set_thread_id (a_id: [like thread_id] INTEGER_32) set_unshared
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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