/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0613 */ /* @@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 /* verify that the version is high enough to compile this file*/ #ifndef __REQUIRED_RPCSAL_H_VERSION__ #define __REQUIRED_RPCSAL_H_VERSION__ 100 #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 __IVsSccVirtualFolders_h__ #define __IVsSccVirtualFolders_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) #pragma once #endif /* Forward Declarations */ #ifndef __IVsSccVirtualFolders_FWD_DEFINED__ #define __IVsSccVirtualFolders_FWD_DEFINED__ typedef interface IVsSccVirtualFolders IVsSccVirtualFolders; #endif /* __IVsSccVirtualFolders_FWD_DEFINED__ */ /* header files for imported files */ #include "oaidl.h" #include "ocidl.h" #include "vsshell.h" #ifdef __cplusplus extern "C"{ #endif #ifndef __IVsSccVirtualFolders_INTERFACE_DEFINED__ #define __IVsSccVirtualFolders_INTERFACE_DEFINED__ /* interface IVsSccVirtualFolders */ /* [unique][helpstring][uuid][object] */ EXTERN_C const IID IID_IVsSccVirtualFolders; #if defined(__cplusplus) && !defined(CINTERFACE) MIDL_INTERFACE("53544C4D-0ADC-4F55-BD82-7E8383C02CFB") IVsSccVirtualFolders : public IUnknown { public: virtual HRESULT STDMETHODCALLTYPE GetVirtualFolders( /* [in] */ VSITEMID itemid, /* [out] */ __RPC__out CALPOLESTR *pCaStringsOut) = 0; virtual HRESULT STDMETHODCALLTYPE IsItemChildOfVirtualFolder( /* [in] */ __RPC__in LPCOLESTR pszItemName, /* [out] */ __RPC__out VARIANT_BOOL *pfResult) = 0; }; #else /* C style interface */ typedef struct IVsSccVirtualFoldersVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( __RPC__in IVsSccVirtualFolders * This, /* [in] */ __RPC__in REFIID riid, /* [annotation][iid_is][out] */ _COM_Outptr_ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( __RPC__in IVsSccVirtualFolders * This); ULONG ( STDMETHODCALLTYPE *Release )( __RPC__in IVsSccVirtualFolders * This); HRESULT ( STDMETHODCALLTYPE *GetVirtualFolders )( __RPC__in IVsSccVirtualFolders * This, /* [in] */ VSITEMID itemid, /* [out] */ __RPC__out CALPOLESTR *pCaStringsOut); HRESULT ( STDMETHODCALLTYPE *IsItemChildOfVirtualFolder )( __RPC__in IVsSccVirtualFolders * This, /* [in] */ __RPC__in LPCOLESTR pszItemName, /* [out] */ __RPC__out VARIANT_BOOL *pfResult); END_INTERFACE } IVsSccVirtualFoldersVtbl; interface IVsSccVirtualFolders { CONST_VTBL struct IVsSccVirtualFoldersVtbl *lpVtbl; }; #ifdef COBJMACROS #define IVsSccVirtualFolders_QueryInterface(This,riid,ppvObject) \ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) #define IVsSccVirtualFolders_AddRef(This) \ ( (This)->lpVtbl -> AddRef(This) ) #define IVsSccVirtualFolders_Release(This) \ ( (This)->lpVtbl -> Release(This) ) #define IVsSccVirtualFolders_GetVirtualFolders(This,itemid,pCaStringsOut) \ ( (This)->lpVtbl -> GetVirtualFolders(This,itemid,pCaStringsOut) ) #define IVsSccVirtualFolders_IsItemChildOfVirtualFolder(This,pszItemName,pfResult) \ ( (This)->lpVtbl -> IsItemChildOfVirtualFolder(This,pszItemName,pfResult) ) #endif /* COBJMACROS */ #endif /* C style interface */ #endif /* __IVsSccVirtualFolders_INTERFACE_DEFINED__ */ /* Additional Prototypes for ALL interfaces */ /* end of Additional Prototypes */ #ifdef __cplusplus } #endif #endif