SortCom.h in sortcom.rar
Sponsored links
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Jul 11 09:01:15 2006
*/
/* Compiler settings for E:\jlz\SortCom\SortCom.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@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__ 440
#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 COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __SortCom_h__
#define __SortCom_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
#ifndef __ISort_FWD_DEFINED__
#define __ISort_FWD_DEFINED__
typedef interface ISort ISort;
#endif /* __ISort_FWD_DEFINED__ */
#ifndef __Sort_FWD_DEFINED__
#define __Sort_FWD_DEFINED__
#ifdef __cplusplus
typedef class Sort Sort;
#else
typedef struct Sort Sort;
#endif /* __cplusplus */
#endif /* __Sort_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __ISort_INTERFACE_DEFINED__
#define __ISort_INTERFACE_DEFINED__
/* interface ISort */
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_ISort;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("EBF5DACF-5080-4649-A81B-E6ADFEC0DB89")
ISort : public IDispatch
{
public:
virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Sort(
/* [out][in] */ int __RPC_FAR *pList,
/* [in] */ int Count) = 0;
virtual /* [helpstring][id] */ HRESULT
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.