LoginGate

所属分类:Windows编程
开发工具:C++
文件大小:54KB
下载次数:137
上传日期:2004-11-11 13:26:59
上 传 者管理员
说明:  传奇游戏服务器程序 登陆网关
(legendary game server gateways and landing procedures)

文件列表:
LoginGate\AFXRES.H (32525, 1998-06-14)
LoginGate\ClientSockMsg.cpp (2214, 2002-04-06)
LoginGate\ConfigDlgFunc.cpp (2675, 2002-04-06)
LoginGate\ggg.cpp (383, 2004-06-05)
LoginGate\ggg.h (466, 2004-06-05)
LoginGate\IOCPFunc.cpp (1284, 2002-04-06)
LoginGate\IOCPFunc.h (137, 2002-04-06)
LoginGate\LoginGate.aps (37560, 2004-05-30)
LoginGate\LoginGate.cpp (7706, 2004-05-29)
LoginGate\LoginGate.dsp (5681, 2002-04-06)
LoginGate\LoginGate.dsw (541, 2002-04-06)
LoginGate\LoginGate.h (1130, 2002-04-06)
LoginGate\LoginGate.ncb (115712, 2004-06-15)
LoginGate\LoginGate.opt (49664, 2004-06-15)
LoginGate\LoginGate.plg (252, 2004-10-20)
LoginGate\LoginGate.rc (5035, 2004-05-30)
LoginGate\LoginGate.vcproj (10975, 2004-01-12)
LoginGate\MainWndProc.cpp (6832, 2003-11-11)
LoginGate\Res\CONNECT.ICO (766, 2002-04-06)
LoginGate\Res\ICON1.ICO (766, 2002-04-06)
LoginGate\Res\MIR2.ICO (766, 2002-04-06)
LoginGate\Res\Thumbs.db (8192, 2003-11-11)
LoginGate\Res\toolbar.bmp (898, 2004-05-30)
LoginGate\Res (0, 2004-06-09)
LoginGate\RESOURCE.H (1574, 2002-04-06)
LoginGate\ServerSockMsg.cpp (4442, 2002-04-06)
LoginGate\StdAfx.cpp (296, 2002-04-06)
LoginGate\StdAfx.h (1956, 2004-06-01)
LoginGate\ThreadFuncForComm.cpp (1134, 2002-04-06)
LoginGate\ThreadFuncForMsg.cpp (3351, 2002-04-06)
LoginGate\WINRES.H (1151, 1998-06-14)
LoginGate (0, 2004-06-15)

=============================================================================== LoginGate All written by Euy-heon, Jeong. Copyright(C) 2001 Wemade Entertainment Co., LTD. All rights Reserved. =============================================================================== Last Update : 2001/10/12 Last Update Author : Euy-heon, Jeong. 1. Using common module file name. - RegistryHandler.cpp - ServerSockHandler.cpp 2. Global variables. - deque g_ReceiveDeq; <-- ClientSockMsg.cpp - HANDLE g_hThreadForComm; <-- ClientSockMsg.cpp - HINSTANCE g_hInst; <-- LoginGate.cpp - HWND g_hMainWnd; <-- LoginGate.cpp - HWND g_hLogMsgWnd; <-- LoginGate.cpp - HWND g_hToolBar; <-- LoginGate.cpp - static WSADATA g_wsd; <-- LoginGate.cpp - TBBUTTON tbButtons[]; <-- LoginGate.cpp - SOCKET g_ssock; <-- MainWndProc.cpp - SOCKADDR_IN g_saddr; <-- MainWndProc.cpp - SOCKET g_csock; <-- MainWndProc.cpp - SOCKADDR_IN g_caddr; <-- MainWndProc.cpp - map > g_TUserInfoMap; <-- ServerSockMsg.cpp - CRITICAL_SECTION g_cs; <-- ThreadFuncForMsg.cpp 3. File and function description. * StdAfx.cpp * ClientSockMsg.cpp - BOOL InitServerThreadForComm() - BOOL InitServerThreadForMsg() - LPARAM OnClientSockMsg(WPARAM wParam, LPARAM lParam) * ConfigDlgFunc.cpp - BOOL CALLBACK ConfigDlgFunc(HWND hWndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) * LoginGate.cpp - int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) - BOOL InitApplication(HANDLE hInstance) - BOOL InitInstance(HANDLE hInstance, int nCmdShow) - int AddNewLogMsg() - void InsertLogMsg(UINT nID) - void InsertLogMsg(LPTSTR lpszMsg) * LoginGate.rc * MainWndProc.cpp - void OnCommand(WPARAM wParam, LPARAM lParam) - LPARAM APIENTRY MainWndProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam) * ServerSockMsg.cpp - LPARAM OnServerSockMsg(WPARAM wParam, LPARAM lParam) * ThreadFuncForComm.cpp - DWORD WINAPI ThreadFuncForComm(LPVOID lpParameter) * ThreadFuncForMsg.cpp - DWORD WINAPI ThreadFuncForMsg(LPVOID lpParameter) 4. History - 2001/8/31 - Completed Alpha Version (V0.9) and written this document. - 2001/09/03 - Modified 'CUserInfo' structure : array -> map collection (Key = Socket, Value = CUserInfo) - 2001/09/25 - Changed packet on between gate server to login server. (string -> TGateToSvrHeader)

近期下载者

相关文件


收藏者