You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.8 KiB
C
78 lines
1.8 KiB
C
|
|
|
|
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
|
|
|
|
|
|
/* File created by MIDL compiler version 8.01.0622 */
|
|
/* at Tue Jan 19 03:14:07 2038
|
|
*/
|
|
/* Compiler settings for leechrpc.idl:
|
|
Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0622
|
|
protocol : all , ms_ext, c_ext, robust
|
|
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( ) */
|
|
|
|
|
|
|
|
/* verify that the <rpcndr.h> version is high enough to compile this file*/
|
|
#ifndef __REQUIRED_RPCNDR_H_VERSION__
|
|
#define __REQUIRED_RPCNDR_H_VERSION__ 500
|
|
#endif
|
|
|
|
#include "rpc.h"
|
|
#include "rpcndr.h"
|
|
|
|
#ifndef __RPCNDR_H_VERSION__
|
|
#error this stub requires an updated version of <rpcndr.h>
|
|
#endif /* __RPCNDR_H_VERSION__ */
|
|
|
|
|
|
#ifndef __leechrpc_h_h__
|
|
#define __leechrpc_h_h__
|
|
|
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
|
#pragma once
|
|
#endif
|
|
|
|
/* Forward Declarations */
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
|
|
#ifndef __LeechRpc_INTERFACE_DEFINED__
|
|
#define __LeechRpc_INTERFACE_DEFINED__
|
|
|
|
/* interface LeechRpc */
|
|
/* [unique][endpoint][version][uuid] */
|
|
|
|
error_status_t LeechRpc_ReservedSubmitCommand(
|
|
/* [in] */ handle_t hBinding,
|
|
/* [in] */ long cbIn,
|
|
/* [size_is][in] */ byte *pbIn,
|
|
/* [out] */ long *pcbOut,
|
|
/* [size_is][size_is][out] */ byte **ppbOut);
|
|
|
|
|
|
|
|
extern RPC_IF_HANDLE LeechRpc_v1_0_c_ifspec;
|
|
extern RPC_IF_HANDLE LeechRpc_v1_0_s_ifspec;
|
|
#endif /* __LeechRpc_INTERFACE_DEFINED__ */
|
|
|
|
/* Additional Prototypes for ALL interfaces */
|
|
|
|
/* end of Additional Prototypes */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|