Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Client.h
Upload User: dq031136
Upload Date: 2022-08-08
Package Size: 802k
Code Size: 1k
Category:
Visual C++ Books
Development Platform:
C++ Builder
- // Various buffer sizes
- #define IN_BUF_SIZE 1000
- #define OUT_BUF_SIZE 1000
- #define PLEASE_READ 1000
- #define PLEASE_WRITE 1000
- #define LINE_LEN 80
- #define NAME_SIZE 25
- // For the Client dialog box.
- #define IDB_SEND 904
- #define IDD_EDITWRITE 905
- #define IDD_EDITREAD 906
- // For the Init dialog box.
- #define IDD_SVREDIT 701
- #define IDB_INITOK 705
- #define IDD_CLNTEDIT 704
- #define WM_APP 0x8000
- #define WM_INITCLIENT WM_APP
- #define WM_GO_AWAY WM_APP+1
- // Stringtable identifiers
- #define IDS_CANTFINDPIPE 100
- #define IDS_GENERALERROR 101
- #define IDS_DEBUGTITLE 102
- #define IDS_CONNECTBROKEN 103
- #define IDS_READFAILED 104
- #define IDS_CLIENTDBG 105
- LONG CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM);
- LONG CALLBACK ClientDlgProc (HWND, UINT, WPARAM, LPARAM);
- LONG CALLBACK InitDlgProc (HWND, UINT, WPARAM, LPARAM);
- VOID ReadPipe (HANDLE *);