?? rpcctx.h
字號(hào):
/*******************************************************************
* *
* rpcctx.h *
* *
* This file is a part of the eXtremeDB source code *
* Copyright (c) 2001-2007 McObject LLC *
* All Rights Reserved *
* *
*******************************************************************/
#ifndef _MCO_RPC_CONTEXT_H
#define _MCO_RPC_CONTEXT_H
#include <rpcdict.h>
typedef struct tag_mco_rpc_named_pointer
{
char* name;
void* ptr;
} mco_rpc_named_pointer_t, * mco_rpc_named_pointer_p;
typedef struct tag_mco_rpc_context
{
mco_rpc_dict_p dict;
void* param;
} mco_rpc_context_t, * mco_rpc_context_p;
#endif /* _MCO_RPC_CONTEXT_H */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -