class WEL_NET_RESOURCE General cluster: wel.structs description: "Information about a network resource. The structure is returned during enumeration of network resources. It is also specified when making or querying a network connection with calls to various Windows Networking functions." create: make_by_pointer, make Ancestors WEL_NETWORKING_CONSTANTS WEL_STRUCTURE Queries comment: STRING Connect_interactive: INTEGER Connect_localdrive: INTEGER Connect_prompt: INTEGER Connect_redirect: INTEGER Connect_update_profile: INTEGER display_type: INTEGER Error_access_denied: INTEGER Error_already_assigned: INTEGER Error_bad_device: INTEGER Error_bad_net_name: INTEGER Error_bad_provider: INTEGER Error_cancelled: INTEGER Error_extended_error: INTEGER Error_invalid_address: INTEGER Error_invalid_parameter: INTEGER Error_invalid_password: INTEGER Error_more_data: INTEGER Error_no_more_items: INTEGER Error_no_net_or_bad_path: INTEGER Error_no_network: INTEGER exists: BOOLEAN item: POINTER local_name: STRING Max_path: INTEGER provider: STRING remote_name: STRING Resource_connected: INTEGER Resource_display_type_domain: INTEGER Resource_display_type_generic: INTEGER Resource_display_type_server: INTEGER Resource_display_type_share: INTEGER Resource_globalnet: INTEGER Resource_remembered: INTEGER Resource_type_any: INTEGER Resource_type_disk: INTEGER Resource_type_print: INTEGER Resource_usage_connectable: INTEGER Resource_usage_container: INTEGER scope: INTEGER shared: BOOLEAN to_integer: INTEGER type: INTEGER usage: INTEGER Commands dispose initialize initialize_with_character (a_character: CHARACTER) memory_copy (source_pointer: POINTER; length: INTEGER) set_comment (a_value: STRING) set_display_type (a_value: INTEGER) set_item (an_item: POINTER) set_local_name (a_value: STRING) set_provider (a_value: STRING) set_remote_name (a_value: STRING) set_scope (a_value: INTEGER) set_shared set_type (a_value: INTEGER) set_unshared set_usage (a_value: INTEGER)