代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/312695/13606177

s swi_handler.s

;/***************************************************************************** ;* swi_handler.s: SWI handler file for NXP LPC24xx Family Microprocessors ;* ;* Copyright(C) 2006, NXP Semiconduc
www.eeworm.com/read/309709/13665988

html busy_handler.html

Register A Callback To Handle SQLITE_BUSY Errors body {
www.eeworm.com/read/309709/13665992

html progress_handler.html

Query Progress Callbacks body { margin: auto; fon
www.eeworm.com/read/308012/13711393

h handler_mx.h

#ifndef __HANDLER_MX_H__ #define __HANDLER_MX_H__ #pragma once #include class ServerSession; // Account DB Proxy Server 槟 class Handler_MX { public: Handler_MX();
www.eeworm.com/read/308012/13711396

h handler_fromguildserver.h

#pragma once #define Handler_FromGuildServer_DECL( p ) static VOID On##p( ServerSession * pServerSession, MSG_BASE * pMsg, WORD wSize ) #define Handler_FromGuildServer_IMPL( p ) VOID Handler_Fro
www.eeworm.com/read/308012/13711397

cpp handler_fromguildserver.cpp

#include "StdAfx.h" #include ".\handler_fromguildserver.h" #include ".\GuildServerQuery.h" #include #include "GuildServerQuery.h" #include "ServerSession.h" Handler_FromG
www.eeworm.com/read/308012/13711406

h handler_common.h

#pragma once struct MSG_BASE; class ServerSession; class Handler_Common { public: Handler_Common(); ~Handler_Common(); static VOID OnSERVERCOMMON_HEARTBEAT( ServerSession * pServerSessi
www.eeworm.com/read/308012/13711413

h handler_fromagentserver.h

#pragma once #define Handler_FromAgentServer_DECL( p ) static VOID On##p( ServerSession * pServerSession, MSG_BASE * pMsg, WORD wSize ) #define Handler_FromAgentServer_IMPL( p ) VOID Handler_Fro
www.eeworm.com/read/308012/13711418

cpp handler_common.cpp

#include "stdafx.h" #include ".\handler_common.h" Handler_Common::Handler_Common(void) { } Handler_Common::~Handler_Common(void) { } VOID Handler_Common::OnSERVERCOMMON_HEARTBEAT( Se
www.eeworm.com/read/308012/13711419

cpp handler_mx.cpp

#include "stdafx.h" #include "Handler_MX.h" #include #include "ServerSession.h" #include #include #include #include