lr-Alphabetical Listing of WinSocket Functions winsocket函数清单 (翻译的不是很到位~)

lrs_accept_connection
Accepts a connection on a listening socket.     同意监听
lrs_ascii_to_ebcdic
Converts buffer data from ASCII format to EBCDIC format.     将ASCII格式转换成EBCDIC格式
lrs_cleanup
Terminates the use of the Windows Sockets DLL.   终止使用windows sockets dll
lrs_close_socket
Closes an open socket.     关闭socket连接
lrs_create_socket
Initializes a socket.     建立socket连接
lrs_decimal_to_hex_string
Converts an integer into a HEX string.     将整形转换为十六进制
lrs_disable_socket
Disables an operation on a socket.   使正在运行的socket失效
lrs_ebcdic_to_ascii
Converts buffer data from EBCDIC format to ASCII format.    将EBCDIC格式转换成ASCII格式
lrs_exclude_socket
Excludes all operations on the specified socket.     使指定运行中的socket失效
lrs_free_buffer
Frees the memory allocated for the buffer.     为缓存分配内存
lrs_get_buffer_by_name
Gets the specified buffer and its size based on the specified buffer descriptor.     得到缓存相关参数
lrs_get_last_received_buffer
Gets the last buffer received on the socket and its size.     获取最后缓存中socket的相关长度。
lrs_get_last_received_buffer_size
Gets the size of the last buffer received. 获取最后一个缓冲长度
lrs_get_received_buffer
Gets the last buffer received on the socket or a fragment of the buffer.     获取最后一个socket的缓冲数据,或者缓冲包
lrs_get_socket_attrib
Gets an attribute for the specified socket.      获得指定socket的属性
lrs_get_socket_handler
Gets a socket handler for the specified socket.   获取指定socket头文件
lrs_get_static_buffer
Gets a data buffer or a fragment of the data buffer.  获取缓冲数据或者缓冲格式数据
lrs_get_user_buffer
Gets the contents of the user data for a socket. 获取socket用户内容
lrs_get_user_buffer_size
Gets the size of the user data for a socket. 获取socket用户长度
lrs_hex_string_to_int
Converts a hex string to an integer. 将十六进制转化为整形
lrs_length_receive
Receives data of a specified length. 获取数据指定长度
lrs_length_send
Sends data of a specified length on a stream socket. 发送socket指定数据长度的
lrs_receive
Receives data from a datagram or stream socket. 接收socket指定数据包
lrs_receive_ex
Receives data of a specific length from a datagram or stream socket. 接收socket数据从指定的数据包中获取
lrs_save_param
Saves data from a static or received buffer to a parameter. 保存静态接收缓存参数。
lrs_save_param_ex
Saves data from a static, received, or user buffer to a parameter. 保存静态数据,用户缓存参数
lrs_save_searched_string
Searches for an occurrence of strings in a static or received buffer and saves a portion of the buffer, relative to the string occurrence, to a parameter.
lrs_send
Sends data on a datagram or to a stream socket.   发送数据包
lrs_set_accept_timeout
Sets a timeout for accepting a socket.  设置超时接收时间
lrs_set_connect_timeout
Sets a timeout for connecting to a socket. 设置超时连接时间
lrs_set_receive_option
Sets a socket receive option. 设置自由接收
lrs_set_recv_timeout
Sets a timeout for receiving the expected data on a socket. 设置接收数据超时时间
lrs_set_recv_timeout2
Sets a second timeout for receiving data on a socket. 设置第二次超时数据时间
lrs_set_send_buffer
Specifies a buffer to send on a socket. 发送至指定缓存
lrs_set_send_timeout
Sets a timeout for sending data on a socket. 设置超时和发送数据
lrs_set_socket_handler
Sets a socket handler for the specified socket.  设置指定socket的头
lrs_set_socket_options
Sets a socket option.  设置自由socket
lrs_startup
Initializes the Windows Sockets DLL.  初始化windows sockets dll

你可能感兴趣的:(windows,socket,Stream,String,buffer,Sockets)