meta, C++


#ifndef __EN_SEM_H__

#define __EN_SEM_H__

case EN_no_such_file : return( "no_such_file" ); 

case EN_no_such_dir : return( "no_such_dir" ); 

case EN_too_many_open_files : return( "too_many_open_files" ); 

case EN_access_to_file_denied : return( "access_to_file_denied" ); 

case EN_not_an_open_file : return( "not_an_open_file" ); 

case EN_invalid_argument : return( "invalid_argument" ); 

case EN_not_enough_core : return( "not_enough_core" ); 

case EN_no_such_device : return( "no_such_device" ); 

case EN_argument_list_too_long : return( "argument_list_too_long" ); 

case EN_exec_format_error : return( "exec_format_error" ); 

case EN_cross_device_link : return( "cross_device_link" ); 

case EN_math_argument : return( "math_argument" ); 

case EN_result_too_large : return( "result_too_large" ); 

case EN_file_already_exists : return( "file_already_exists" ); 

case EN_DMLERR_invalid_parameter : return( "DMLERR_invalid_parameter" ); 

case EN_DMLERR_sys_error : return( "DMLERR_sys_error" ); 

case EN_DMLERR_data_ack_timeout : return( "DMLERR_data_ack_timeout" ); 

case EN_DMLERR_exec_ack_timeout : return( "DMLERR_exec_ack_timeout" ); 

case EN_DMLERR_poke_ack_timeout : return( "DMLERR_poke_ack_timeout" ); 

case EN_DMLERR_adv_ack_timeout : return( "DMLERR_adv_ack_timeout" ); 

case EN_DMLERR_unadv_ack_timeout : return( "DMLERR_unadv_ack_timeout" ); 

case EN_DMLERR_dll_not_initialized : return( "DMLERR_dll_not_initialized" ); 

case EN_DMLERR_busy : return( "DMLERR_busy" ); 

case EN_DMLERR_memory_error : return( "DMLERR_memory_error" ); 

case EN_DMLERR_no_conv_established : return( "DMLERR_no_conv_established" ); 

case EN_DMLERR_not_processed : return( "DMLERR_not_processed" ); 

case EN_DMLERR_postmsg_failed : return( "DMLERR_postmsg_failed" ); 

case EN_DMLERR_reentrancy : return( "DMLERR_reentrancy" ); 

case EN_DMLERR_server_died : return( "DMLERR_server_died" ); 

case EN_DMLERR_queue_id_not_found : return( "DMLERR_queue_id_not_found" ); 

case EN_syserror : return( "syserror" ); 

case EN_no_space : return( "no_space" ); 

case EN_not_found : return( "not_found" ); 

case EN_exists : return( "exists" ); 

case EN_stack_too_deep : return( "stack_too_deep" ); 

case EN_no_check_method : return( "no_check_method" ); 

case EN_no_trace_method : return( "no_trace_method" ); 

case EN_infinite_loop : return( "infinite_loop" ); 

case EN_cannot_create_trace_file : return( "cannot_create_trace_file" ); 

case EN_NULL_pointer : return( "NULL_pointer" ); 

case EN_not_a_path : return( "not_a_path" ); 

case EN_such_access_to_file_not_allowed : return( "such_access_to_file_not_allowed" ); 

case EN_invalid_file_descriptor : return( "invalid_file_descriptor" ); 

case EN_cannot_remove_current_dir : return( "cannot_remove_current_dir" ); 

case EN_directory_full : return( "directory_full" ); 

case EN_seek_failure : return( "seek_failure" ); 

case EN_hard_IO_failure : return( "hard_IO_failure" ); 

case EN_sharing_violation : return( "sharing_violation" ); 

case EN_lock_violation : return( "lock_violation" ); 

case EN_disk_full : return( "disk_full" ); 

case EN_end_of_file : return( "end_of_file" ); 

case EN_unspecified_exception : return( "unspecified_exception" ); 

case EN_unspecified_file_exception : return( "unspecified_file_exception" ); 

case EN_unspecified_archive_exception : return( "unspecified_archive_exception" ); 

case EN_archive_is_read_only : return( "archive_is_read_only" ); 

case EN_archive_is_write_only : return( "archive_is_write_only" ); 

case EN_end_of_archive : return( "end_of_archive" ); 

case EN_archive_bad_index : return( "archive_bad_index" ); 

case EN_archive_bad_schema : return( "archive_bad_schema" ); 

case EN_archive_not_for_such_data : return( "archive_not_for_such_data" ); 

case EN_memory_exception : return( "memory_exception" ); 

case EN_unsupported_exception : return( "unsupported_exception" ); 

case EN_OLE_exception : return( "OLE_exception" ); 

case EN_user_exception : return( "user_exception" ); 

case EN_resource_allocation_failure : return( "resource_allocation_failure" ); 

case EN_cannot_create_exception : return( "cannot_create_exception" ); 

case EN_corrupted_data : return( "corrupted_data" ); 

case EN_deleted_again : return( "deleted_again" ); 

case EN_still_allocated_items : return( "still_allocated_items" ); 

case EN_invalid_parameter : return( "invalid_parameter" ); 

case EN_no_out_method : return( "no_out_method" ); 

case EN_path_to_ordinary_file : return( "path_to_ordinary_file" ); 

case EN_too_many_error_files : return( "too_many_error_files" ); 

case EN_not_yet_created : return( "not_yet_created" ); 

case EN_storage_corrupted : return( "storage_corrupted" ); 

case EN_abnormal_termination : return( "abnormal_termination" ); 

case EN_floating_point_error : return( "floating_point_error" ); 

case EN_illegal_instruction : return( "illegal_instruction" ); 

case EN_segmentation_violation : return( "segmentation_violation" ); 

case EN_Ctrl_C_pressed : return( "Ctrl_C_pressed" ); 

case EN_unknown_signal : return( "unknown_signal" ); 

#endif // en_sem.h



top . C++
Include-structure of
todir / en_sem.h


0 include files
top . C++