123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533 |
- #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(
- /* [retval][out] */ VARIANT __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_DomainDeny(
- /* [in] */ VARIANT vDomainDeny) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_DomainGrant(
- /* [retval][out] */ VARIANT __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_DomainGrant(
- /* [in] */ VARIANT vDomainGrant) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_GrantByDefault(
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_GrantByDefault(
- /* [in] */ VARIANT_BOOL fGrantByDefault) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IISIPSecurityVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IISIPSecurity __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IISIPSecurity __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IISIPSecurity __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IISIPSecurity __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 )(
- IISIPSecurity __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_IPDeny )(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_IPDeny )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vIPDeny);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IPGrant )(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_IPGrant )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vIPGrant);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DomainDeny )(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DomainDeny )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vDomainDeny);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DomainGrant )(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DomainGrant )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vDomainGrant);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_GrantByDefault )(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_GrantByDefault )(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fGrantByDefault);
-
- END_INTERFACE
- } IISIPSecurityVtbl;
- interface IISIPSecurity
- {
- CONST_VTBL struct IISIPSecurityVtbl __RPC_FAR *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IISIPSecurity_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IISIPSecurity_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IISIPSecurity_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IISIPSecurity_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IISIPSecurity_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IISIPSecurity_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IISIPSecurity_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IISIPSecurity_get_IPDeny(This,retval) \
- (This)->lpVtbl -> get_IPDeny(This,retval)
- #define IISIPSecurity_put_IPDeny(This,vIPDeny) \
- (This)->lpVtbl -> put_IPDeny(This,vIPDeny)
- #define IISIPSecurity_get_IPGrant(This,retval) \
- (This)->lpVtbl -> get_IPGrant(This,retval)
- #define IISIPSecurity_put_IPGrant(This,vIPGrant) \
- (This)->lpVtbl -> put_IPGrant(This,vIPGrant)
- #define IISIPSecurity_get_DomainDeny(This,retval) \
- (This)->lpVtbl -> get_DomainDeny(This,retval)
- #define IISIPSecurity_put_DomainDeny(This,vDomainDeny) \
- (This)->lpVtbl -> put_DomainDeny(This,vDomainDeny)
- #define IISIPSecurity_get_DomainGrant(This,retval) \
- (This)->lpVtbl -> get_DomainGrant(This,retval)
- #define IISIPSecurity_put_DomainGrant(This,vDomainGrant) \
- (This)->lpVtbl -> put_DomainGrant(This,vDomainGrant)
- #define IISIPSecurity_get_GrantByDefault(This,retval) \
- (This)->lpVtbl -> get_GrantByDefault(This,retval)
- #define IISIPSecurity_put_GrantByDefault(This,fGrantByDefault) \
- (This)->lpVtbl -> put_GrantByDefault(This,fGrantByDefault)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_get_IPDeny_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
- void __RPC_STUB IISIPSecurity_get_IPDeny_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_put_IPDeny_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vIPDeny);
- void __RPC_STUB IISIPSecurity_put_IPDeny_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_get_IPGrant_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
- void __RPC_STUB IISIPSecurity_get_IPGrant_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_put_IPGrant_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vIPGrant);
- void __RPC_STUB IISIPSecurity_put_IPGrant_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_get_DomainDeny_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
- void __RPC_STUB IISIPSecurity_get_DomainDeny_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_put_DomainDeny_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vDomainDeny);
- void __RPC_STUB IISIPSecurity_put_DomainDeny_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_get_DomainGrant_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
- void __RPC_STUB IISIPSecurity_get_DomainGrant_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_put_DomainGrant_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT vDomainGrant);
- void __RPC_STUB IISIPSecurity_put_DomainGrant_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_get_GrantByDefault_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
- void __RPC_STUB IISIPSecurity_get_GrantByDefault_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISIPSecurity_put_GrantByDefault_Proxy(
- IISIPSecurity __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fGrantByDefault);
- void __RPC_STUB IISIPSecurity_put_GrantByDefault_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IISIPSecurity_INTERFACE_DEFINED__ */
- EXTERN_C const CLSID CLSID_IPSecurity;
- #ifdef __cplusplus
- class DECLSPEC_UUID("F3287520-BBA3-11d0-9BDC-00A0C922E703")
- IPSecurity;
- #endif
- EXTERN_C const CLSID CLSID_IISNamespace;
- #ifdef __cplusplus
- class DECLSPEC_UUID("d6bfa35e-89f2-11d0-8527-00c04fd8d503")
- IISNamespace;
- #endif
- EXTERN_C const CLSID CLSID_IISProvider;
- #ifdef __cplusplus
- class DECLSPEC_UUID("d88966de-89f2-11d0-8527-00c04fd8d503")
- IISProvider;
- #endif
- #ifndef __IISBaseObject_INTERFACE_DEFINED__
- #define __IISBaseObject_INTERFACE_DEFINED__
- /* interface IISBaseObject */
- /* [object][dual][oleautomation][uuid] */
- EXTERN_C const IID IID_IISBaseObject;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("4B42E390-0E96-11d1-9C3F-00A0C922E703")
- IISBaseObject : public IDispatch
- {
- public:
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetDataPaths(
- /* [in] */ BSTR bstrName,
- /* [in] */ LONG lnAttribute,
- /* [retval][out] */ VARIANT __RPC_FAR *pvPaths) = 0;
-
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetPropertyAttribObj(
- /* [in] */ BSTR bstrName,
- /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppObject) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IISBaseObjectVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IISBaseObject __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IISBaseObject __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IISBaseObject __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IISBaseObject __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IISBaseObject __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IISBaseObject __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 )(
- IISBaseObject __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] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetDataPaths )(
- IISBaseObject __RPC_FAR * This,
- /* [in] */ BSTR bstrName,
- /* [in] */ LONG lnAttribute,
- /* [retval][out] */ VARIANT __RPC_FAR *pvPaths);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetPropertyAttribObj )(
- IISBaseObject __RPC_FAR * This,
- /* [in] */ BSTR bstrName,
- /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppObject);
-
- END_INTERFACE
- } IISBaseObjectVtbl;
- interface IISBaseObject
- {
- CONST_VTBL struct IISBaseObjectVtbl __RPC_FAR *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IISBaseObject_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IISBaseObject_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IISBaseObject_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IISBaseObject_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IISBaseObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IISBaseObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IISBaseObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IISBaseObject_GetDataPaths(This,bstrName,lnAttribute,pvPaths) \
- (This)->lpVtbl -> GetDataPaths(This,bstrName,lnAttribute,pvPaths)
- #define IISBaseObject_GetPropertyAttribObj(This,bstrName,ppObject) \
- (This)->lpVtbl -> GetPropertyAttribObj(This,bstrName,ppObject)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [id] */ HRESULT STDMETHODCALLTYPE IISBaseObject_GetDataPaths_Proxy(
- IISBaseObject __RPC_FAR * This,
- /* [in] */ BSTR bstrName,
- /* [in] */ LONG lnAttribute,
- /* [retval][out] */ VARIANT __RPC_FAR *pvPaths);
- void __RPC_STUB IISBaseObject_GetDataPaths_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id] */ HRESULT STDMETHODCALLTYPE IISBaseObject_GetPropertyAttribObj_Proxy(
- IISBaseObject __RPC_FAR * This,
- /* [in] */ BSTR bstrName,
- /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppObject);
- void __RPC_STUB IISBaseObject_GetPropertyAttribObj_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IISBaseObject_INTERFACE_DEFINED__ */
- #ifndef __IISSchemaObject_INTERFACE_DEFINED__
- #define __IISSchemaObject_INTERFACE_DEFINED__
- /* interface IISSchemaObject */
- /* [object][dual][oleautomation][uuid] */
- EXTERN_C const IID IID_IISSchemaObject;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("B6865A9C-3F64-11D2-A600-00A0C922E703")
- IISSchemaObject : public IDispatch
- {
- public:
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE GetSchemaPropertyAttributes(
- /* [in] */ BSTR bstrName,
- /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppObject) = 0;
-
- virtual /* [id] */ HRESULT STDMETHODCALLTYPE PutSchemaPropertyAttributes(
- /* [in] */ IDispatch __RPC_FAR *pObject) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IISSchemaObjectVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IISSchemaObject __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IISSchemaObject __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IISSchemaObject __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IISSchemaObject __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IISSchemaObject __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IISSchemaObject __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 )(
- IISSchemaObject __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] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetSchemaPropertyAttributes )(
- IISSchemaObject __RPC_FAR * This,
- /* [in] */ BSTR bstrName,
- /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppObject);
-
- /* [id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *PutSchemaPropertyAttributes )(
- IISSchemaObject __RPC_FAR * This,
- /* [in] */ IDispatch __RPC_FAR *pObject);
-
- END_INTERFACE
- } IISSchemaObjectVtbl;
- interface IISSchemaObject
- {
- CONST_VTBL struct IISSchemaObjectVtbl __RPC_FAR *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IISSchemaObject_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IISSchemaObject_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IISSchemaObject_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IISSchemaObject_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IISSchemaObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IISSchemaObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IISSchemaObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IISSchemaObject_GetSchemaPropertyAttributes(This,bstrName,ppObject) \
- (This)->lpVtbl -> GetSchemaPropertyAttributes(This,bstrName,ppObject)
- #define IISSchemaObject_PutSchemaPropertyAttributes(This,pObject) \
- (This)->lpVtbl -> PutSchemaPropertyAttributes(This,pObject)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [id] */ HRESULT STDMETHODCALLTYPE IISSchemaObject_GetSchemaPropertyAttributes_Proxy(
- IISSchemaObject __RPC_FAR * This,
- /* [in] */ BSTR bstrName,
- /* [retval][out] */ IDispatch __RPC_FAR *__RPC_FAR *ppObject);
- void __RPC_STUB IISSchemaObject_GetSchemaPropertyAttributes_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id] */ HRESULT STDMETHODCALLTYPE IISSchemaObject_PutSchemaPropertyAttributes_Proxy(
- IISSchemaObject __RPC_FAR * This,
- /* [in] */ IDispatch __RPC_FAR *pObject);
- void __RPC_STUB IISSchemaObject_PutSchemaPropertyAttributes_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IISSchemaObject_INTERFACE_DEFINED__ */
- #ifndef __IISPropertyAttribute_INTERFACE_DEFINED__
- #define __IISPropertyAttribute_INTERFACE_DEFINED__
- /* interface IISPropertyAttribute */
- /* [object][dual][oleautomation][uuid] */
- EXTERN_C const IID IID_IISPropertyAttribute;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("50E21930-A247-11D1-B79C-00A0C922E703")
- IISPropertyAttribute : public IDispatch
- {
- public:
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_PropName(
- /* [retval][out] */ BSTR __RPC_FAR *retval) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_MetaId(
- /* [retval][out] */ long __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_MetaId(
- /* [in] */ long lnMetaId) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_UserType(
- /* [retval][out] */ long __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_UserType(
- /* [in] */ long lnUserType) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_AllAttributes(
- /* [retval][out] */ long __RPC_FAR *retval) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Inherit(
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Inherit(
- /* [in] */ VARIANT_BOOL fInherit) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Secure(
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Secure(
- /* [in] */ VARIANT_BOOL fSecure) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Reference(
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Reference(
- /* [in] */ VARIANT_BOOL fReference) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Volatile(
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Volatile(
- /* [in] */ VARIANT_BOOL fVolatile) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Isinherit(
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval) = 0;
-
- virtual /* [id][propget] */ HRESULT STDMETHODCALLTYPE get_Default(
- /* [retval][out] */ VARIANT __RPC_FAR *retval) = 0;
-
- virtual /* [id][propput] */ HRESULT STDMETHODCALLTYPE put_Default(
- /* [in] */ VARIANT vDefault) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IISPropertyAttributeVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
- IISPropertyAttribute __RPC_FAR * This);
-
- ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
- IISPropertyAttribute __RPC_FAR * This);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [out] */ UINT __RPC_FAR *pctinfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ UINT iTInfo,
- /* [in] */ LCID lcid,
- /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
-
- HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
- IISPropertyAttribute __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 )(
- IISPropertyAttribute __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_PropName )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *retval);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_MetaId )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_MetaId )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ long lnMetaId);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_UserType )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_UserType )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ long lnUserType);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_AllAttributes )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Inherit )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Inherit )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fInherit);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Secure )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Secure )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fSecure);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Reference )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Reference )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fReference);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Volatile )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Volatile )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fVolatile);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Isinherit )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
-
- /* [id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Default )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
-
- /* [id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Default )(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT vDefault);
-
- END_INTERFACE
- } IISPropertyAttributeVtbl;
- interface IISPropertyAttribute
- {
- CONST_VTBL struct IISPropertyAttributeVtbl __RPC_FAR *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IISPropertyAttribute_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IISPropertyAttribute_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IISPropertyAttribute_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IISPropertyAttribute_GetTypeInfoCount(This,pctinfo) \
- (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
- #define IISPropertyAttribute_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
- (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
- #define IISPropertyAttribute_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
- (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
- #define IISPropertyAttribute_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
- (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
- #define IISPropertyAttribute_get_PropName(This,retval) \
- (This)->lpVtbl -> get_PropName(This,retval)
- #define IISPropertyAttribute_get_MetaId(This,retval) \
- (This)->lpVtbl -> get_MetaId(This,retval)
- #define IISPropertyAttribute_put_MetaId(This,lnMetaId) \
- (This)->lpVtbl -> put_MetaId(This,lnMetaId)
- #define IISPropertyAttribute_get_UserType(This,retval) \
- (This)->lpVtbl -> get_UserType(This,retval)
- #define IISPropertyAttribute_put_UserType(This,lnUserType) \
- (This)->lpVtbl -> put_UserType(This,lnUserType)
- #define IISPropertyAttribute_get_AllAttributes(This,retval) \
- (This)->lpVtbl -> get_AllAttributes(This,retval)
- #define IISPropertyAttribute_get_Inherit(This,retval) \
- (This)->lpVtbl -> get_Inherit(This,retval)
- #define IISPropertyAttribute_put_Inherit(This,fInherit) \
- (This)->lpVtbl -> put_Inherit(This,fInherit)
- #define IISPropertyAttribute_get_Secure(This,retval) \
- (This)->lpVtbl -> get_Secure(This,retval)
- #define IISPropertyAttribute_put_Secure(This,fSecure) \
- (This)->lpVtbl -> put_Secure(This,fSecure)
- #define IISPropertyAttribute_get_Reference(This,retval) \
- (This)->lpVtbl -> get_Reference(This,retval)
- #define IISPropertyAttribute_put_Reference(This,fReference) \
- (This)->lpVtbl -> put_Reference(This,fReference)
- #define IISPropertyAttribute_get_Volatile(This,retval) \
- (This)->lpVtbl -> get_Volatile(This,retval)
- #define IISPropertyAttribute_put_Volatile(This,fVolatile) \
- (This)->lpVtbl -> put_Volatile(This,fVolatile)
- #define IISPropertyAttribute_get_Isinherit(This,retval) \
- (This)->lpVtbl -> get_Isinherit(This,retval)
- #define IISPropertyAttribute_get_Default(This,retval) \
- (This)->lpVtbl -> get_Default(This,retval)
- #define IISPropertyAttribute_put_Default(This,vDefault) \
- (This)->lpVtbl -> put_Default(This,vDefault)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_PropName_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ BSTR __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_PropName_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_MetaId_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_MetaId_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_MetaId_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ long lnMetaId);
- void __RPC_STUB IISPropertyAttribute_put_MetaId_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_UserType_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_UserType_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_UserType_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ long lnUserType);
- void __RPC_STUB IISPropertyAttribute_put_UserType_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_AllAttributes_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ long __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_AllAttributes_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Inherit_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_Inherit_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_Inherit_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fInherit);
- void __RPC_STUB IISPropertyAttribute_put_Inherit_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Secure_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_Secure_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_Secure_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fSecure);
- void __RPC_STUB IISPropertyAttribute_put_Secure_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Reference_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_Reference_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_Reference_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fReference);
- void __RPC_STUB IISPropertyAttribute_put_Reference_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Volatile_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_Volatile_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_Volatile_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT_BOOL fVolatile);
- void __RPC_STUB IISPropertyAttribute_put_Volatile_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Isinherit_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT_BOOL __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_Isinherit_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propget] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_get_Default_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [retval][out] */ VARIANT __RPC_FAR *retval);
- void __RPC_STUB IISPropertyAttribute_get_Default_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- /* [id][propput] */ HRESULT STDMETHODCALLTYPE IISPropertyAttribute_put_Default_Proxy(
- IISPropertyAttribute __RPC_FAR * This,
- /* [in] */ VARIANT vDefault);
- void __RPC_STUB IISPropertyAttribute_put_Default_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IISPropertyAttribute_INTERFACE_DEFINED__ */
- EXTERN_C const CLSID CLSID_PropertyAttribute;
- #ifdef __cplusplus
- class DECLSPEC_UUID("FD2280A8-51A4-11D2-A601-3078302C2030")
- PropertyAttribute;
- #endif
- #endif /* __IISOle_LIBRARY_DEFINED__ */
- /* Additional Prototypes for ALL interfaces */
- /* end of Additional Prototypes */
- #ifdef __cplusplus
- }
- #endif
- #endif
|