////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 1999-2003 Microsoft Corporation // // Module Name: // vdsholder.h // // Description: // Definition of interface for VdsHolder // // Notes: // ////////////////////////////////////////////////////////////////////////////// /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0361 */ /* Compiler settings for vdsholder.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bounds_check enum stub_data , no_format_optimization VC __declspec() decoration level: __declspec(uuid()), __declspec(selectany), __declspec(novtable) DECLSPEC_UUID(), MIDL_INTERFACE() */ //@@MIDL_FILE_HEADING( ) #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include "rpc.h" #include "rpcndr.h" #ifndef __RPCNDR_H_VERSION__ #error this stub requires an updated version of #endif // __RPCNDR_H_VERSION__ #ifndef COM_NO_WINDOWS_H #include "windows.h" #include "ole2.h" #endif /*COM_NO_WINDOWS_H*/ #ifndef __vdsholder_h__ #define __vdsholder_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __IVdsHolder_FWD_DEFINED__ #define __IVdsHolder_FWD_DEFINED__ typedef interface IVdsHolder IVdsHolder; #endif /* __IVdsHolder_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" #ifdef __cplusplus extern "C"{ #endif void * __RPC_USER MIDL_user_allocate(size_t); void __RPC_USER MIDL_user_free( void * ); /* interface __MIDL_itf_vdsholder_0000 */ /* [local] */ // {E905D96C-6C6C-446b-98BE-13592969DD3A} DEFINE_GUID(CLSID_VdsHolder, 0xe905d96c, 0x6c6c, 0x446b, 0x98, 0xbe, 0x13, 0x59, 0x29, 0x69, 0xdd, 0x3a); extern RPC_IF_HANDLE __MIDL_itf_vdsholder_0000_v0_0_c_ifspec; extern RPC_IF_HANDLE __MIDL_itf_vdsholder_0000_v0_0_s_ifspec; #ifndef __IVdsHolder_INTERFACE_DEFINED__ #define __IVdsHolder_INTERFACE_DEFINED__ /* interface IVdsHolder */ /* [unique][uuid][object] */ EXTERN_C const IID IID_IVdsHolder; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("4B7D0232-D940-430D-BFCD-B77426070FD8") IVdsHolder : public IUnknown { public: }; #else /* C style interface */ typedef struct IVdsHolderVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( IVdsHolder * This, /* [in] */ REFIID riid, /* [iid_is][out] */ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( IVdsHolder * This); ULONG ( STDMETHODCALLTYPE *Release )( IVdsHolder * This); END_INTERFACE } IVdsHolderVtbl; interface IVdsHolder { CONST_VTBL struct IVdsHolderVtbl *lpVtbl; }; #ifdef COBJMACROS #define IVdsHolder_QueryInterface(This,riid,ppvObject) \ (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) #define IVdsHolder_AddRef(This) \ (This)->lpVtbl -> AddRef(This) #define IVdsHolder_Release(This) \ (This)->lpVtbl -> Release(This) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IVdsHolder_INTERFACE_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif