prime_c.c
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:18k
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* this ALWAYS GENERATED file contains the RPC client stubs */
- /* File created by MIDL compiler version 5.02.0235 */
- /* at Mon Aug 02 14:03:14 1999
- */
- /* Compiler settings for ..prime.idl:
- Os (OptLev=s), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
- */
- //@@MIDL_FILE_HEADING( )
- #if !defined(_M_IA64) && !defined(_M_AXP64)
- #include <string.h>
- #if defined( _ALPHA_ )
- #include <stdarg.h>
- #endif
- #include "prime.h"
- #define TYPE_FORMAT_STRING_SIZE 15
- #define PROC_FORMAT_STRING_SIZE 27
- #define TRANSMIT_AS_TABLE_SIZE 0
- #define WIRE_MARSHAL_TABLE_SIZE 0
- typedef struct _MIDL_TYPE_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
- } MIDL_TYPE_FORMAT_STRING;
- typedef struct _MIDL_PROC_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
- } MIDL_PROC_FORMAT_STRING;
- extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
- extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
- #define GENERIC_BINDING_TABLE_SIZE 0
- /* Standard interface: prime, ver. 1.0,
- GUID={0x24D37AB0,0x460B,0x2567,{0xB3,0x57,0x08,0xDB,0xA5,0x24,0x25,0x7A}} */
- static const RPC_CLIENT_INTERFACE prime___RpcClientInterface =
- {
- sizeof(RPC_CLIENT_INTERFACE),
- {{0x24D37AB0,0x460B,0x2567,{0xB3,0x57,0x08,0xDB,0xA5,0x24,0x25,0x7A}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- };
- RPC_IF_HANDLE prime_v1_0_c_ifspec = (RPC_IF_HANDLE)& prime___RpcClientInterface;
- extern const MIDL_STUB_DESC prime_StubDesc;
- static RPC_BINDING_HANDLE prime__MIDL_AutoBindHandle;
- unsigned char RemoteIsPrime(
- /* [in] */ handle_t h1,
- /* [in] */ unsigned long PrimeServerHandle,
- /* [in] */ unsigned long TestNumber)
- {
- RPC_BINDING_HANDLE _Handle = 0;
-
- unsigned char _RetVal;
-
- RPC_MESSAGE _RpcMessage;
-
- MIDL_STUB_MESSAGE _StubMsg;
-
- RpcTryFinally
- {
- NdrClientInitializeNew(
- ( PRPC_MESSAGE )&_RpcMessage,
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- 0);
-
-
- _Handle = h1;
-
-
- _StubMsg.BufferLength = 0U + 4U + 4U;
- NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
-
- *(( unsigned long __RPC_FAR * )_StubMsg.Buffer)++ = PrimeServerHandle;
-
- *(( unsigned long __RPC_FAR * )_StubMsg.Buffer)++ = TestNumber;
-
- NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
-
- if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
- NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0] );
-
- _RetVal = *(( unsigned char __RPC_FAR * )_StubMsg.Buffer)++;
-
- }
- RpcFinally
- {
- NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
-
- }
- RpcEndFinally
-
- return _RetVal;
- }
- unsigned long InitializePrimeServer(
- /* [in] */ handle_t h1,
- /* [out] */ PPCONTEXT_HANDLE_TYPE pphcontext,
- /* [string][in] */ unsigned char __RPC_FAR *ComputerName)
- {
- RPC_BINDING_HANDLE _Handle = 0;
-
- unsigned long _RetVal;
-
- RPC_MESSAGE _RpcMessage;
-
- MIDL_STUB_MESSAGE _StubMsg;
-
- if(!pphcontext)
- {
- RpcRaiseException(RPC_X_NULL_REF_POINTER);
- }
- if(!ComputerName)
- {
- RpcRaiseException(RPC_X_NULL_REF_POINTER);
- }
- RpcTryFinally
- {
- NdrClientInitializeNew(
- ( PRPC_MESSAGE )&_RpcMessage,
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- 1);
-
-
- _Handle = h1;
-
-
- _StubMsg.BufferLength = 0U + 12U;
- NdrConformantStringBufferSize( (PMIDL_STUB_MESSAGE) &_StubMsg,
- (unsigned char __RPC_FAR *)ComputerName,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[12] );
-
- NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
-
- NdrConformantStringMarshall( (PMIDL_STUB_MESSAGE)& _StubMsg,
- (unsigned char __RPC_FAR *)ComputerName,
- (PFORMAT_STRING) &__MIDL_TypeFormatString.Format[12] );
-
- NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
-
- if ( (_RpcMessage.DataRepresentation & 0X0000FFFFUL) != NDR_LOCAL_DATA_REPRESENTATION )
- NdrConvert( (PMIDL_STUB_MESSAGE) &_StubMsg, (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[8] );
-
- *pphcontext = (void *)0;
- NdrClientContextUnmarshall(
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( NDR_CCONTEXT __RPC_FAR * )pphcontext,
- _Handle);
-
- _RetVal = *(( unsigned long __RPC_FAR * )_StubMsg.Buffer)++;
-
- }
- RpcFinally
- {
- NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
-
- }
- RpcEndFinally
-
- return _RetVal;
- }
- void TerminatePrimeServer(
- /* [in] */ handle_t h1,
- /* [in] */ unsigned long PrimeServerHandle)
- {
- RPC_BINDING_HANDLE _Handle = 0;
-
- RPC_MESSAGE _RpcMessage;
-
- MIDL_STUB_MESSAGE _StubMsg;
-
- RpcTryFinally
- {
- NdrClientInitializeNew(
- ( PRPC_MESSAGE )&_RpcMessage,
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- 2);
-
-
- _Handle = h1;
-
-
- _StubMsg.BufferLength = 0U + 4U;
- NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
-
- *(( unsigned long __RPC_FAR * )_StubMsg.Buffer)++ = PrimeServerHandle;
-
- NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
-
- }
- RpcFinally
- {
- NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
-
- }
- RpcEndFinally
-
- }
- static const MIDL_STUB_DESC prime_StubDesc =
- {
- (void __RPC_FAR *)& prime___RpcClientInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- &prime__MIDL_AutoBindHandle,
- 0,
- 0,
- 0,
- 0,
- __MIDL_TypeFormatString.Format,
- 1, /* -error bounds_check flag */
- 0x10001, /* Ndr library version */
- 0,
- 0x50200eb, /* MIDL Version 5.2.235 */
- 0,
- 0,
- 0, /* notify & notify_flag routine table */
- 1, /* Flags */
- 0, /* Reserved3 */
- 0, /* Reserved4 */
- 0 /* Reserved5 */
- };
- #if !defined(__RPC_WIN32__)
- #error Invalid build platform for this stub.
- #endif
- static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
- {
- 0,
- {
- 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0xf, /* FC_IGNORE */
- /* 2 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0x8, /* FC_LONG */
- /* 4 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0x8, /* FC_LONG */
- /* 6 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
- 0x2, /* FC_CHAR */
- /* 8 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0xf, /* FC_IGNORE */
- /* 10 */
- 0x51, /* FC_OUT_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC stack size = 1 */
- #else
- 0x2, /* Alpha stack size = 2 */
- #endif
- /* 12 */ NdrFcShort( 0x2 ), /* Type Offset=2 */
- /* 14 */
- 0x4d, /* FC_IN_PARAM */
- #ifndef _ALPHA_
- 0x1, /* x86, MIPS & PPC stack size = 1 */
- #else
- 0x2, /* Alpha stack size = 2 */
- #endif
- /* 16 */ NdrFcShort( 0xa ), /* Type Offset=10 */
- /* 18 */ 0x53, /* FC_RETURN_PARAM_BASETYPE */
- 0x8, /* FC_LONG */
- /* 20 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0xf, /* FC_IGNORE */
- /* 22 */ 0x4e, /* FC_IN_PARAM_BASETYPE */
- 0x8, /* FC_LONG */
- /* 24 */ 0x5b, /* FC_END */
- 0x5c, /* FC_PAD */
- 0x0
- }
- };
- static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
- {
- 0,
- {
- NdrFcShort( 0x0 ), /* 0 */
- /* 2 */
- 0x11, 0x0, /* FC_RP */
- /* 4 */ NdrFcShort( 0x2 ), /* Offset= 2 (6) */
- /* 6 */ 0x30, /* FC_BIND_CONTEXT */
- 0xa0, /* Ctxt flags: via ptr, out, */
- /* 8 */ 0x0, /* 0 */
- 0x1, /* 1 */
- /* 10 */
- 0x11, 0x8, /* FC_RP [simple_pointer] */
- /* 12 */
- 0x22, /* FC_C_CSTRING */
- 0x5c, /* FC_PAD */
- 0x0
- }
- };
- #endif /* !defined(_M_IA64) && !defined(_M_AXP64)*/
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* this ALWAYS GENERATED file contains the RPC client stubs */
- /* File created by MIDL compiler version 5.02.0235 */
- /* at Mon Aug 02 14:03:14 1999
- */
- /* Compiler settings for ..prime.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win64 (32b run,appending), ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- VC __declspec() decoration level:
- __declspec(uuid()), __declspec(selectany), __declspec(novtable)
- DECLSPEC_UUID(), MIDL_INTERFACE()
- */
- //@@MIDL_FILE_HEADING( )
- #if defined(_M_IA64) || defined(_M_AXP64)
- #include <string.h>
- #if defined( _ALPHA_ )
- #include <stdarg.h>
- #endif
- #include "prime.h"
- #define TYPE_FORMAT_STRING_SIZE 15
- #define PROC_FORMAT_STRING_SIZE 103
- #define TRANSMIT_AS_TABLE_SIZE 0
- #define WIRE_MARSHAL_TABLE_SIZE 0
- typedef struct _MIDL_TYPE_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
- } MIDL_TYPE_FORMAT_STRING;
- typedef struct _MIDL_PROC_FORMAT_STRING
- {
- short Pad;
- unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
- } MIDL_PROC_FORMAT_STRING;
- extern const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString;
- extern const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString;
- #define GENERIC_BINDING_TABLE_SIZE 0
- /* Standard interface: prime, ver. 1.0,
- GUID={0x24D37AB0,0x460B,0x2567,{0xB3,0x57,0x08,0xDB,0xA5,0x24,0x25,0x7A}} */
- static const RPC_CLIENT_INTERFACE prime___RpcClientInterface =
- {
- sizeof(RPC_CLIENT_INTERFACE),
- {{0x24D37AB0,0x460B,0x2567,{0xB3,0x57,0x08,0xDB,0xA5,0x24,0x25,0x7A}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- };
- RPC_IF_HANDLE prime_v1_0_c_ifspec = (RPC_IF_HANDLE)& prime___RpcClientInterface;
- extern const MIDL_STUB_DESC prime_StubDesc;
- static RPC_BINDING_HANDLE prime__MIDL_AutoBindHandle;
- unsigned char RemoteIsPrime(
- /* [in] */ handle_t h1,
- /* [in] */ unsigned long PrimeServerHandle,
- /* [in] */ unsigned long TestNumber)
- {
- CLIENT_CALL_RETURN _RetVal;
-
- #if defined( _ALPHA_ )
- va_list vlist;
- #endif
-
- #if defined( _ALPHA_ )
- va_start(vlist,TestNumber);
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0],
- vlist.a0);
- #else
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[0],
- h1,
- PrimeServerHandle,
- TestNumber);
- #endif
- return ( unsigned char )_RetVal.Simple;
-
- }
- unsigned long InitializePrimeServer(
- /* [in] */ handle_t h1,
- /* [out] */ PPCONTEXT_HANDLE_TYPE pphcontext,
- /* [string][in] */ unsigned char __RPC_FAR *ComputerName)
- {
- CLIENT_CALL_RETURN _RetVal;
-
- #if defined( _ALPHA_ )
- va_list vlist;
- #endif
-
- #if defined( _ALPHA_ )
- va_start(vlist,ComputerName);
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[38],
- vlist.a0);
- #else
- _RetVal = NdrClientCall2(
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[38],
- h1,
- pphcontext,
- ComputerName);
- #endif
- return ( unsigned long )_RetVal.Simple;
-
- }
- void TerminatePrimeServer(
- /* [in] */ handle_t h1,
- /* [in] */ unsigned long PrimeServerHandle)
- {
-
- #if defined( _ALPHA_ )
- va_list vlist;
- #endif
-
- #if defined( _ALPHA_ )
- va_start(vlist,PrimeServerHandle);
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[76],
- vlist.a0);
- #else
- NdrClientCall2(
- ( PMIDL_STUB_DESC )&prime_StubDesc,
- (PFORMAT_STRING) &__MIDL_ProcFormatString.Format[76],
- h1,
- PrimeServerHandle);
- #endif
-
- }
- static const MIDL_STUB_DESC prime_StubDesc =
- {
- (void __RPC_FAR *)& prime___RpcClientInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- &prime__MIDL_AutoBindHandle,
- 0,
- 0,
- 0,
- 0,
- __MIDL_TypeFormatString.Format,
- 1, /* -error bounds_check flag */
- 0x20000, /* Ndr library version */
- 0,
- 0x50200eb, /* MIDL Version 5.2.235 */
- 0,
- 0,
- 0, /* notify & notify_flag routine table */
- 1, /* Flags */
- 0, /* Reserved3 */
- 0, /* Reserved4 */
- 0 /* Reserved5 */
- };
- #if !defined(__RPC_WIN64__)
- #error Invalid build platform for this stub.
- #endif
- static const MIDL_PROC_FORMAT_STRING __MIDL_ProcFormatString =
- {
- 0,
- {
- /* Procedure RemoteIsPrime */
- 0x0, /* 0 */
- 0x48, /* Old Flags: */
- /* 2 */ NdrFcLong( 0x0 ), /* 0 */
- /* 6 */ NdrFcShort( 0x0 ), /* 0 */
- /* 8 */ NdrFcShort( 0x20 ), /* ia64, axp64 Stack size/offset = 32 */
- /* 10 */ 0x32, /* FC_BIND_PRIMITIVE */
- 0x0, /* 0 */
- /* 12 */ NdrFcShort( 0x0 ), /* ia64, axp64 Stack size/offset = 0 */
- /* 14 */ NdrFcShort( 0x10 ), /* 16 */
- /* 16 */ NdrFcShort( 0x5 ), /* 5 */
- /* 18 */ 0x4, /* Oi2 Flags: has return, */
- 0x3, /* 3 */
- /* Parameter h1 */
- /* 20 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
- /* 22 */ NdrFcShort( 0x8 ), /* ia64, axp64 Stack size/offset = 8 */
- /* 24 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
- /* Parameter PrimeServerHandle */
- /* 26 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
- /* 28 */ NdrFcShort( 0x10 ), /* ia64, axp64 Stack size/offset = 16 */
- /* 30 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
- /* Parameter TestNumber */
- /* 32 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
- /* 34 */ NdrFcShort( 0x18 ), /* ia64, axp64 Stack size/offset = 24 */
- /* 36 */ 0x2, /* FC_CHAR */
- 0x0, /* 0 */
- /* Procedure InitializePrimeServer */
- /* Return value */
- /* 38 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
- /* 40 */ NdrFcLong( 0x0 ), /* 0 */
- /* 44 */ NdrFcShort( 0x1 ), /* 1 */
- /* 46 */ NdrFcShort( 0x20 ), /* ia64, axp64 Stack size/offset = 32 */
- /* 48 */ 0x32, /* FC_BIND_PRIMITIVE */
- 0x0, /* 0 */
- /* 50 */ NdrFcShort( 0x0 ), /* ia64, axp64 Stack size/offset = 0 */
- /* 52 */ NdrFcShort( 0x0 ), /* 0 */
- /* 54 */ NdrFcShort( 0x20 ), /* 32 */
- /* 56 */ 0x6, /* Oi2 Flags: clt must size, has return, */
- 0x3, /* 3 */
- /* Parameter h1 */
- /* 58 */ NdrFcShort( 0x110 ), /* Flags: out, simple ref, */
- /* 60 */ NdrFcShort( 0x8 ), /* ia64, axp64 Stack size/offset = 8 */
- /* 62 */ NdrFcShort( 0x6 ), /* Type Offset=6 */
- /* Parameter pphcontext */
- /* 64 */ NdrFcShort( 0x10b ), /* Flags: must size, must free, in, simple ref, */
- /* 66 */ NdrFcShort( 0x10 ), /* ia64, axp64 Stack size/offset = 16 */
- /* 68 */ NdrFcShort( 0xc ), /* Type Offset=12 */
- /* Parameter ComputerName */
- /* 70 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
- /* 72 */ NdrFcShort( 0x18 ), /* ia64, axp64 Stack size/offset = 24 */
- /* 74 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
- /* Procedure TerminatePrimeServer */
- /* Return value */
- /* 76 */ 0x0, /* 0 */
- 0x48, /* Old Flags: */
- /* 78 */ NdrFcLong( 0x0 ), /* 0 */
- /* 82 */ NdrFcShort( 0x2 ), /* 2 */
- /* 84 */ NdrFcShort( 0x10 ), /* ia64, axp64 Stack size/offset = 16 */
- /* 86 */ 0x32, /* FC_BIND_PRIMITIVE */
- 0x0, /* 0 */
- /* 88 */ NdrFcShort( 0x0 ), /* ia64, axp64 Stack size/offset = 0 */
- /* 90 */ NdrFcShort( 0x8 ), /* 8 */
- /* 92 */ NdrFcShort( 0x0 ), /* 0 */
- /* 94 */ 0x0, /* Oi2 Flags: */
- 0x1, /* 1 */
- /* Parameter h1 */
- /* 96 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
- /* 98 */ NdrFcShort( 0x8 ), /* ia64, axp64 Stack size/offset = 8 */
- /* 100 */ 0x8, /* FC_LONG */
- 0x0, /* 0 */
- 0x0
- }
- };
- static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
- {
- 0,
- {
- NdrFcShort( 0x0 ), /* 0 */
- /* 2 */
- 0x11, 0x4, /* FC_RP [alloced_on_stack] */
- /* 4 */ NdrFcShort( 0x2 ), /* Offset= 2 (6) */
- /* 6 */ 0x30, /* FC_BIND_CONTEXT */
- 0xa0, /* Ctxt flags: via ptr, out, */
- /* 8 */ 0x0, /* 0 */
- 0x0, /* 0 */
- /* 10 */
- 0x11, 0x8, /* FC_RP [simple_pointer] */
- /* 12 */
- 0x22, /* FC_C_CSTRING */
- 0x5c, /* FC_PAD */
- 0x0
- }
- };
- #endif /* defined(_M_IA64) || defined(_M_AXP64)*/