-
本程序是一个简单的命名管道客户端演示API调用的需要…
This program is a simple named pipe client that demonstrates the API calls needed
to successfully develop a basic named pipe client application. When this application
successfully connects to a named pipe, the message "This is a test" is written
to the server.
There are four basic steps needed to implement a client:
1. Wait for a Named Pipe instance to become available using the WaitNamedPipe()
API function.
2. Connect to the Named Pipe using the CreateFile() API function.
3. Send data to or receive data from the server using the WriteFile() and
ReadFile() API functions.
4. Close the Named Pipe session using the CloseHandle() API functions.
- 2023-07-16 22:20:02下载
- 积分:1
-
A TELNET client
一个TELNET客户端-A TELNET client-A TELNET client-A TELNET client
- 2022-06-30 02:05:55下载
- 积分:1
-
bcbtelnet.rar
BCBTelnet.rar - 使用API实现telnet功能客户端-BCBTelnet.rar- the use of API functions realize telnet client
- 2022-03-07 03:02:43下载
- 积分:1
-
彻底阐述telnet协议的机密!
彻底阐述telnet协议的机密!-thoroughly explained the confidentiality agreement!
- 2023-02-05 07:55:03下载
- 积分:1
-
puttysrc可模拟ssh,telnet等
puttysrc可模拟ssh,telnet等-puttysrc may simulate ssh, telnet and so on
- 2022-06-17 23:49:46下载
- 积分:1
-
很经典的PING程序
很经典的PING程序-PING is the classic procedure
- 2022-01-25 16:57:07下载
- 积分:1
-
vb Chat Program a classic network scoket procedures
vb 聊天程序
一个经典的网络scoket程序-vb Chat Program a classic network scoket procedures
- 2022-07-24 03:13:50下载
- 积分:1
-
图形界面的远程登陆程序源代码
图形界面的远程登陆程序源代码-graphical interface remote login source code
- 2022-09-27 11:05:03下载
- 积分:1
-
Telnet客户端,可以在Linux,unix等多种操作系统下运行
Telnet客户端,可以在Linux,unix等多种操作系统下运行-Telnet client, the Linux, Unix and other operating systems running
- 2023-01-30 07:45:03下载
- 积分:1
-
使用API编写的WinSock的TCPIP程序Windy
使用API编写的WinSock的TCPIP程序Windy-use WinSock API prepared by the procedures Windy TCPIP
- 2022-02-13 09:28:55下载
- 积分:1