ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _MIDL_TYPE_FORMAT_STRING |
struct | _MIDL_PROC_FORMAT_STRING |
Macros | |
#define | TYPE_FORMAT_STRING_SIZE 23 |
#define | PROC_FORMAT_STRING_SIZE 21 |
#define | TRANSMIT_AS_TABLE_SIZE 0 |
#define | WIRE_MARSHAL_TABLE_SIZE 0 |
Typedefs | |
typedef struct _MIDL_TYPE_FORMAT_STRING | MIDL_TYPE_FORMAT_STRING |
typedef struct _MIDL_PROC_FORMAT_STRING | MIDL_PROC_FORMAT_STRING |
Functions | |
void | m_CtxOpen (PCTXTYPE __RPC_FAR *pphContext, long Value) |
void | m_CtxOpen2 (PCTXTYPE __RPC_FAR *pphContext, long Value) |
void | m_CtxHello (PCTXTYPE phContext) |
void | m_CtxClose (PCTXTYPE __RPC_FAR *pphContext) |
void | interact () |
void | main (int argc, char **argv) |
void __RPC_FAR *__RPC_USER | midl_user_allocate (size_t len) |
void __RPC_USER | midl_user_free (void __RPC_FAR *ptr) |
Variables | |
const MIDL_STUB_DESC | hello_StubDesc |
const MIDL_PROC_FORMAT_STRING | __MIDL_ProcFormatString |
int | interactive = 0 |
void interact | ( | ) |
Definition at line 267 of file client.c.
Referenced by main().
Definition at line 206 of file client.c.
Referenced by main().
Definition at line 32 of file client.c.
Referenced by main().
Definition at line 113 of file client.c.
Referenced by main().
Definition at line 351 of file client.c.
void __RPC_FAR *__RPC_USER midl_user_allocate | ( | size_t | len | ) |
void __RPC_USER midl_user_free | ( | void __RPC_FAR * | ptr | ) |
|
extern |
Definition at line 264 of file ctx_c.c.
Referenced by CtxClose(), CtxOpen(), hello_CtxClose(), hello_CtxHello(), hello_CtxOpen(), m_CtxClose(), m_CtxOpen(), and m_CtxOpen2().
|
extern |
Definition at line 236 of file ctx_c.c.
Referenced by CtxClose(), CtxHello(), CtxOpen(), hello_CtxClose(), hello_CtxHello(), hello_CtxOpen(), m_CtxClose(), m_CtxHello(), m_CtxOpen(), and m_CtxOpen2().
int interactive = 0 |
Definition at line 340 of file client.c.
Referenced by interact(), and main().