mlnav387

所属分类:对话框与窗口
开发工具:C++
文件大小:40KB
下载次数:0
上传日期:2018-12-26 02:02:39
上 传 者cacqueline
说明:  Legends of the game server program, landing gateway

文件列表:
9AFXRES.H (32525, 2017-11-06)
ggg.h (466, 2017-11-06)
IOCPFunc.h (137, 2017-11-06)
LoginGate.h (1130, 2017-11-06)
RESOURCE.H (1574, 2017-11-06)
StdAfx.h (1956, 2017-11-06)
WINRES.H (1151, 2017-11-06)
ClientSockMsg.cpp (2214, 2017-11-06)
ConfigDlgFunc.cpp (2675, 2017-11-06)
ggg.cpp (383, 2017-11-06)
IOCPFunc.cpp (1284, 2017-11-06)
LoginGate.cpp (7706, 2017-11-06)
MainWndProc.cpp (6832, 2017-11-06)
ServerSockMsg.cpp (4442, 2017-11-06)
StdAfx.cpp (296, 2017-11-06)
ThreadFuncForComm.cpp (1134, 2017-11-06)
ThreadFuncForMsg.cpp (3351, 2017-11-06)
Res\toolbar.bmp (898, 2017-11-06)
LoginGate.aps (37560, 2017-11-06)
LoginGate.dsp (5681, 2017-11-06)
LoginGate.dsw (541, 2017-11-06)
Res\CONNECT.ICO (766, 2017-11-06)
Res\ICON1.ICO (766, 2017-11-06)
Res\MIR2.ICO (766, 2017-11-06)
LoginGate.ncb (115712, 2017-11-06)
LoginGate.opt (49664, 2017-11-06)
LoginGate.plg (252, 2017-11-06)
LoginGate.rc (5035, 2017-11-06)
LoginGate.vcproj (10975, 2017-11-06)
Res (0, 2018-11-09)

=============================================================================== 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)

近期下载者

相关文件


收藏者