📄 iiis.h
字号:
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.03.0268 */
/* at Wed Jul 07 15:53:18 1999
*/
/* Compiler settings for iis.odl:
Os (OptLev=s), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
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__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __iiis_h__
#define __iiis_h__
/* Forward Declarations */
#ifndef __IISMimeType_FWD_DEFINED__
#define __IISMimeType_FWD_DEFINED__
typedef interface IISMimeType IISMimeType;
#endif /* __IISMimeType_FWD_DEFINED__ */
#ifndef __MimeMap_FWD_DEFINED__
#define __MimeMap_FWD_DEFINED__
#ifdef __cplusplus
typedef class MimeMap MimeMap;
#else
typedef struct MimeMap MimeMap;
#endif /* __cplusplus */
#endif /* __MimeMap_FWD_DEFINED__ */
#ifndef __IISIPSecurity_FWD_DEFINED__
#define __IISIPSecurity_FWD_DEFINED__
typedef interface IISIPSecurity IISIPSecurity;
#endif /* __IISIPSecurity_FWD_DEFINED__ */
#ifndef __IPSecurity_FWD_DEFINED__
#define __IPSecurity_FWD_DEFINED__
#ifdef __cplusplus
typedef class IPSecurity IPSecurity;
#else
typedef struct IPSecurity IPSecurity;
#endif /* __cplusplus */
#endif /* __IPSecurity_FWD_DEFINED__ */
#ifndef __IISNamespace_FWD_DEFINED__
#define __IISNamespace_FWD_DEFINED__
#ifdef __cplusplus
typedef class IISNamespace IISNamespace;
#else
typedef struct IISNamespace IISNamespace;
#endif /* __cplusplus */
#endif /* __IISNamespace_FWD_DEFINED__ */
#ifndef __IISProvider_FWD_DEFINED__
#define __IISProvider_FWD_DEFINED__
#ifdef __cplusplus
typedef class IISProvider IISProvider;
#else
typedef struct IISProvider IISProvider;
#endif /* __cplusplus */
#endif /* __IISProvider_FWD_DEFINED__ */
#ifndef __IISBaseObject_FWD_DEFINED__
#define __IISBaseObject_FWD_DEFINED__
typedef interface IISBaseObject IISBaseObject;
#endif /* __IISBaseObject_FWD_DEFINED__ */
#ifndef __IISSchemaObject_FWD_DEFINED__
#define __IISSchemaObject_FWD_DEFINED__
typedef interface IISSchemaObject IISSchemaObject;
#endif /* __IISSchemaObject_FWD_DEFINED__ */
#ifndef __IISPropertyAttribute_FWD_DEFINED__
#define __IISPropertyAttribute_FWD_DEFINED__
typedef interface IISPropertyAttribute IISPropertyAttribute;
#endif /* __IISPropertyAttribute_FWD_DEFINED__ */
#ifndef __PropertyAttribute_FWD_DEFINED__
#define __PropertyAttribute_FWD_DEFINED__
#ifdef __cplusplus
typedef class PropertyAttribute PropertyAttribute;
#else
typedef struct PropertyAttribute PropertyAttribute;
#endif /* __cplusplus */
#endif /* __PropertyAttribute_FWD_DEFINED__ */
#ifdef __cplusplus
extern "C"{
#endif
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
/* interface __MIDL_itf_iis_0000 */
/* [local] */
DEFINE_GUID(LIBID_IISOle,0x49D704A0L,0x89F7,0x11D0,0x85,0x27,0x00,0xC0,0x4F,0xD8,0xD5,0x03);
DEFINE_GUID(IID_IISBaseObject, 0x4b42e390, 0xe96, 0x11d1, 0x9c, 0x3f, 0x0, 0xa0,0xc9, 0x22, 0xe7, 0x3);
extern RPC_IF_HANDLE __MIDL_itf_iis_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_iis_0000_v0_0_s_ifspec;
#ifndef __IISOle_LIBRARY_DEFINED__
#define __IISOle_LIBRARY_DEFINED__
/* library IISOle */
/* [helpstring][version][uuid] */
EXTERN_C const IID LIBID_IISOle;
#ifndef __IISMimeType_INTERFACE_DEFINED__
#define __IISMimeType_INTERFACE_DEFINED__
/* interface IISMimeType */
/* [object][dual][oleautomation][uuid] */
EXTERN_C const IID IID_IISMimeType;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("9036B027-A780-11d0-9B3D-0080C710EF95")
IISMimeType : public IDispatch
{
public:
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_MimeType(
/* [retval][out] */ BSTR __RPC_FAR *retval) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_MimeType(
/* [in] */ BSTR bstrMimeType) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Extension(
/* [retval][out] */ BSTR __RPC_FAR *retval) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Extension(
/* [in] */ BSTR bstrExtension) = 0;
};
#else /* C style interface */
typedef struct IISMimeTypeVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IISMimeType __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IISMimeType __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IISMimeType __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
IISMimeType __RPC_FAR * This,
/* [out] */ UINT __RPC_FAR *pctinfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
IISMimeType __RPC_FAR * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
IISMimeType __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
IISMimeType __RPC_FAR * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
/* [out] */ VARIANT __RPC_FAR *pVarResult,
/* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
/* [out] */ UINT __RPC_FAR *puArgErr);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_MimeType )(
IISMimeType __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *retval);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_MimeType )(
IISMimeType __RPC_FAR * This,
/* [in] */ BSTR bstrMimeType);
/* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Extension )(
IISMimeType __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *retval);
/* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Extension )(
IISMimeType __RPC_FAR * This,
/* [in] */ BSTR bstrExtension);
END_INTERFACE
} IISMimeTypeVtbl;
interface IISMimeType
{
CONST_VTBL struct IISMimeTypeVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IISMimeType_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IISMimeType_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IISMimeType_Release(This) \
(This)->lpVtbl -> Release(This)
#define IISMimeType_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IISMimeType_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IISMimeType_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IISMimeType_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IISMimeType_get_MimeType(This,retval) \
(This)->lpVtbl -> get_MimeType(This,retval)
#define IISMimeType_put_MimeType(This,bstrMimeType) \
(This)->lpVtbl -> put_MimeType(This,bstrMimeType)
#define IISMimeType_get_Extension(This,retval) \
(This)->lpVtbl -> get_Extension(This,retval)
#define IISMimeType_put_Extension(This,bstrExtension) \
(This)->lpVtbl -> put_Extension(This,bstrExtension)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IISMimeType_get_MimeType_Proxy(
IISMimeType __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *retval);
void __RPC_STUB IISMimeType_get_MimeType_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IISMimeType_put_MimeType_Proxy(
IISMimeType __RPC_FAR * This,
/* [in] */ BSTR bstrMimeType);
void __RPC_STUB IISMimeType_put_MimeType_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propget] */ HRESULT STDMETHODCALLTYPE IISMimeType_get_Extension_Proxy(
IISMimeType __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *retval);
void __RPC_STUB IISMimeType_get_Extension_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [id][propput] */ HRESULT STDMETHODCALLTYPE IISMimeType_put_Extension_Proxy(
IISMimeType __RPC_FAR * This,
/* [in] */ BSTR bstrExtension);
void __RPC_STUB IISMimeType_put_Extension_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IISMimeType_INTERFACE_DEFINED__ */
EXTERN_C const CLSID CLSID_MimeMap;
#ifdef __cplusplus
class DECLSPEC_UUID("9036B028-A780-11d0-9B3D-0080C710EF95")
MimeMap;
#endif
#ifndef __IISIPSecurity_INTERFACE_DEFINED__
#define __IISIPSecurity_INTERFACE_DEFINED__
/* interface IISIPSecurity */
/* [object][dual][oleautomation][uuid] */
EXTERN_C const IID IID_IISIPSecurity;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("F3287521-BBA3-11d0-9BDC-00A0C922E703")
IISIPSecurity : public IDispatch
{
public:
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_IPDeny(
/* [retval][out] */ VARIANT __RPC_FAR *retval) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_IPDeny(
/* [in] */ VARIANT vIPDeny) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_IPGrant(
/* [retval][out] */ VARIANT __RPC_FAR *retval) = 0;
virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_IPGrant(
/* [in] */ VARIANT vIPGrant) = 0;
virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_DomainDeny(
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -