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
msg_define.h
Package: SwordOnline.rar [view]
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Category:
Game Server Simulator
Development Platform:
C/C++
- /********************************************************************
- created: 2003/05/30
- file base: Msg_define
- file ext: h
- author: liupeng
- purpose:
- *********************************************************************/
- #ifndef __INCLUDE_MSG_DEFINE_H__
- #define __INCLUDE_MSG_DEFINE_H__
- #define WM_ENTER_AFFIRM ( WM_USER + 0x100 )
- #define WM_LEAVE_AFFIRM ( WM_USER + 0x200 )
- #define WM_SERVER_LOGIN_SUCCESSFUL ( WM_USER + 0x300 )
- #define WM_SERVER_LOGIN_FAILED ( WM_USER + 0x400 )
- #define DBROLESERVER_NOTIFY 0x1
- #define ACCOUNTSERVER_NOTIFY 0x2
- #define NAME_PWD_LEN 64
- #define NAME_PWD_EX_LEN 64
- #define CONNECTED TRUE
- #define DICONNECTED FALSE
- #define WM_SERVER_STATUS ( WM_USER + 0x500 )
- #define ADD_GAMESERVER_ACTION 0x1
- #define DEL_GAMESERVER_ACTION 0x2
- #define WM_GAMESERVER_EXCHANGE ( WM_USER + 0x600 )
- #endif // __INCLUDE_MSG_DEFINE_H__