home *** CD-ROM | disk | FTP | other *** search
- /* this ALWAYS GENERATED file contains the RPC client stubs */
-
-
- /* File created by MIDL compiler version 3.03.0110 */
- /* at Mon Mar 30 03:09:40 1998
- */
- /* Compiler settings for yield.idl:
- Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext, oldnames
- error checks: none
- */
- //@@MIDL_FILE_HEADING( )
-
- #include <string.h>
- #if defined( _ALPHA_ )
- #include <stdarg.h>
- #endif
-
- #include "yield.h"
-
- #define TYPE_FORMAT_STRING_SIZE 1
- #define PROC_FORMAT_STRING_SIZE 7
-
- 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;
-
- /* Standard interface: yield, ver. 1.0,
- GUID={0x87A118A0,0x11DB,0x1068,{0x94,0xB2,0x00,0xDD,0x01,0x06,0x62,0xDA}} */
-
- handle_t hYield;
-
-
- static const RPC_CLIENT_INTERFACE yield___RpcClientInterface =
- {
- sizeof(RPC_CLIENT_INTERFACE),
- {{0x87A118A0,0x11DB,0x1068,{0x94,0xB2,0x00,0xDD,0x01,0x06,0x62,0xDA}},{1,0}},
- {{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}},
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- };
- RPC_IF_HANDLE yield_ClientIfHandle = (RPC_IF_HANDLE)& yield___RpcClientInterface;
-
- extern const MIDL_STUB_DESC yield_StubDesc;
-
- static RPC_BINDING_HANDLE yield__MIDL_AutoBindHandle;
-
-
- void YieldProc(
- /* [in] */ short cSeconds)
- {
-
- RPC_BINDING_HANDLE _Handle = 0;
-
- RPC_MESSAGE _RpcMessage;
-
- MIDL_STUB_MESSAGE _StubMsg;
-
- RpcTryFinally
- {
- NdrClientInitializeNew(
- ( PRPC_MESSAGE )&_RpcMessage,
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PMIDL_STUB_DESC )&yield_StubDesc,
- 0);
-
-
- _Handle = hYield;
-
-
- _StubMsg.BufferLength = 2U;
- NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
-
- *(( short __RPC_FAR * )_StubMsg.Buffer)++ = cSeconds;
-
- NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
-
- }
- RpcFinally
- {
- NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
-
- }
- RpcEndFinally
-
- }
-
-
- void Shutdown( void)
- {
-
- RPC_BINDING_HANDLE _Handle = 0;
-
- RPC_MESSAGE _RpcMessage;
-
- MIDL_STUB_MESSAGE _StubMsg;
-
- RpcTryFinally
- {
- NdrClientInitializeNew(
- ( PRPC_MESSAGE )&_RpcMessage,
- ( PMIDL_STUB_MESSAGE )&_StubMsg,
- ( PMIDL_STUB_DESC )&yield_StubDesc,
- 1);
-
-
- _Handle = hYield;
-
-
- _StubMsg.BufferLength = 0U;
- NdrGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, _Handle );
-
- NdrSendReceive( (PMIDL_STUB_MESSAGE) &_StubMsg, (unsigned char __RPC_FAR *) _StubMsg.Buffer );
-
- }
- RpcFinally
- {
- NdrFreeBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg );
-
- }
- RpcEndFinally
-
- }
-
-
- static const MIDL_STUB_DESC yield_StubDesc =
- {
- (void __RPC_FAR *)& yield___RpcClientInterface,
- MIDL_user_allocate,
- MIDL_user_free,
- &hYield,
- 0,
- 0,
- 0,
- 0,
- __MIDL_TypeFormatString.Format,
- 0, /* -error bounds_check flag */
- 0x10001, /* Ndr library version */
- 0,
- 0x303006e, /* MIDL Version 3.3.110 */
- 0,
- 0,
- 0, /* Reserved1 */
- 0, /* Reserved2 */
- 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 */
- 0x6, /* FC_SHORT */
- /* 2 */ 0x5b, /* FC_END */
- 0x5c, /* FC_PAD */
- /* 4 */ 0x5b, /* FC_END */
- 0x5c, /* FC_PAD */
-
- 0x0
- }
- };
-
- static const MIDL_TYPE_FORMAT_STRING __MIDL_TypeFormatString =
- {
- 0,
- {
-
- 0x0
- }
- };
-