iiis.h 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  7. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  8. #endif
  9. #include "rpc.h"
  10. #include "rpcndr.h"
  11. #ifndef __iiis_h__
  12. #define __iiis_h__
  13. #ifndef __IISMimeType_FWD_DEFINED__
  14. #define __IISMimeType_FWD_DEFINED__
  15. typedef struct IISMimeType IISMimeType;
  16. #endif
  17. #ifndef __MimeMap_FWD_DEFINED__
  18. #define __MimeMap_FWD_DEFINED__
  19. #ifdef __cplusplus
  20. typedef class MimeMap MimeMap;
  21. #else
  22. typedef struct MimeMap MimeMap;
  23. #endif
  24. #endif
  25. #ifndef __IISIPSecurity_FWD_DEFINED__
  26. #define __IISIPSecurity_FWD_DEFINED__
  27. typedef struct IISIPSecurity IISIPSecurity;
  28. #endif
  29. #ifndef __IPSecurity_FWD_DEFINED__
  30. #define __IPSecurity_FWD_DEFINED__
  31. #ifdef __cplusplus
  32. typedef class IPSecurity IPSecurity;
  33. #else
  34. typedef struct IPSecurity IPSecurity;
  35. #endif
  36. #endif
  37. #ifndef __IISNamespace_FWD_DEFINED__
  38. #define __IISNamespace_FWD_DEFINED__
  39. #ifdef __cplusplus
  40. typedef class IISNamespace IISNamespace;
  41. #else
  42. typedef struct IISNamespace IISNamespace;
  43. #endif
  44. #endif
  45. #ifndef __IISProvider_FWD_DEFINED__
  46. #define __IISProvider_FWD_DEFINED__
  47. #ifdef __cplusplus
  48. typedef class IISProvider IISProvider;
  49. #else
  50. typedef struct IISProvider IISProvider;
  51. #endif
  52. #endif
  53. #ifndef __IISBaseObject_FWD_DEFINED__
  54. #define __IISBaseObject_FWD_DEFINED__
  55. typedef struct IISBaseObject IISBaseObject;
  56. #endif
  57. #ifndef __IISSchemaObject_FWD_DEFINED__
  58. #define __IISSchemaObject_FWD_DEFINED__
  59. typedef struct IISSchemaObject IISSchemaObject;
  60. #endif
  61. #ifndef __IISPropertyAttribute_FWD_DEFINED__
  62. #define __IISPropertyAttribute_FWD_DEFINED__
  63. typedef struct IISPropertyAttribute IISPropertyAttribute;
  64. #endif
  65. #ifndef __PropertyAttribute_FWD_DEFINED__
  66. #define __PropertyAttribute_FWD_DEFINED__
  67. #ifdef __cplusplus
  68. typedef class PropertyAttribute PropertyAttribute;
  69. #else
  70. typedef struct PropertyAttribute PropertyAttribute;
  71. #endif
  72. #endif
  73. #ifdef __cplusplus
  74. extern "C"{
  75. #endif
  76. #ifndef __MIDL_user_allocate_free_DEFINED__
  77. #define __MIDL_user_allocate_free_DEFINED__
  78. void *__RPC_API MIDL_user_allocate(size_t);
  79. void __RPC_API MIDL_user_free(void *);
  80. #endif
  81. DEFINE_GUID(LIBID_IISOle,0x49D704A0,0x89F7,0x11D0,0x85,0x27,0x00,0xC0,0x4F,0xD8,0xD5,0x03);
  82. DEFINE_GUID(IID_IISBaseObject,0x4b42e390,0xe96,0x11d1,0x9c,0x3f,0x0,0xa0,0xc9,0x22,0xe7,0x3);
  83. extern RPC_IF_HANDLE __MIDL_itf_iis_0000_v0_0_c_ifspec;
  84. extern RPC_IF_HANDLE __MIDL_itf_iis_0000_v0_0_s_ifspec;
  85. #ifndef __IISOle_LIBRARY_DEFINED__
  86. #define __IISOle_LIBRARY_DEFINED__
  87. EXTERN_C const IID LIBID_IISOle;
  88. #ifndef __IISMimeType_INTERFACE_DEFINED__
  89. #define __IISMimeType_INTERFACE_DEFINED__
  90. EXTERN_C const IID IID_IISMimeType;
  91. #if defined(__cplusplus) && !defined(CINTERFACE)
  92. struct IISMimeType : public IDispatch {
  93. public:
  94. virtual HRESULT WINAPI get_MimeType(BSTR *retval) = 0;
  95. virtual HRESULT WINAPI put_MimeType(BSTR bstrMimeType) = 0;
  96. virtual HRESULT WINAPI get_Extension(BSTR *retval) = 0;
  97. virtual HRESULT WINAPI put_Extension(BSTR bstrExtension) = 0;
  98. };
  99. #else
  100. typedef struct IISMimeTypeVtbl {
  101. BEGIN_INTERFACE
  102. HRESULT (WINAPI *QueryInterface)(IISMimeType *This,REFIID riid,void **ppvObject);
  103. ULONG (WINAPI *AddRef)(IISMimeType *This);
  104. ULONG (WINAPI *Release)(IISMimeType *This);
  105. HRESULT (WINAPI *GetTypeInfoCount)(IISMimeType *This,UINT *pctinfo);
  106. HRESULT (WINAPI *GetTypeInfo)(IISMimeType *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
  107. HRESULT (WINAPI *GetIDsOfNames)(IISMimeType *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
  108. HRESULT (WINAPI *Invoke)(IISMimeType *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
  109. HRESULT (WINAPI *get_MimeType)(IISMimeType *This,BSTR *retval);
  110. HRESULT (WINAPI *put_MimeType)(IISMimeType *This,BSTR bstrMimeType);
  111. HRESULT (WINAPI *get_Extension)(IISMimeType *This,BSTR *retval);
  112. HRESULT (WINAPI *put_Extension)(IISMimeType *This,BSTR bstrExtension);
  113. END_INTERFACE
  114. } IISMimeTypeVtbl;
  115. struct IISMimeType {
  116. CONST_VTBL struct IISMimeTypeVtbl *lpVtbl;
  117. };
  118. #ifdef COBJMACROS
  119. #define IISMimeType_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
  120. #define IISMimeType_AddRef(This) (This)->lpVtbl->AddRef(This)
  121. #define IISMimeType_Release(This) (This)->lpVtbl->Release(This)
  122. #define IISMimeType_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
  123. #define IISMimeType_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  124. #define IISMimeType_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  125. #define IISMimeType_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  126. #define IISMimeType_get_MimeType(This,retval) (This)->lpVtbl->get_MimeType(This,retval)
  127. #define IISMimeType_put_MimeType(This,bstrMimeType) (This)->lpVtbl->put_MimeType(This,bstrMimeType)
  128. #define IISMimeType_get_Extension(This,retval) (This)->lpVtbl->get_Extension(This,retval)
  129. #define IISMimeType_put_Extension(This,bstrExtension) (This)->lpVtbl->put_Extension(This,bstrExtension)
  130. #endif
  131. #endif
  132. HRESULT WINAPI IISMimeType_get_MimeType_Proxy(IISMimeType *This,BSTR *retval);
  133. void __RPC_STUB IISMimeType_get_MimeType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  134. HRESULT WINAPI IISMimeType_put_MimeType_Proxy(IISMimeType *This,BSTR bstrMimeType);
  135. void __RPC_STUB IISMimeType_put_MimeType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  136. HRESULT WINAPI IISMimeType_get_Extension_Proxy(IISMimeType *This,BSTR *retval);
  137. void __RPC_STUB IISMimeType_get_Extension_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  138. HRESULT WINAPI IISMimeType_put_Extension_Proxy(IISMimeType *This,BSTR bstrExtension);
  139. void __RPC_STUB IISMimeType_put_Extension_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  140. #endif
  141. EXTERN_C const CLSID CLSID_MimeMap;
  142. #ifdef __cplusplus
  143. class MimeMap;
  144. #endif
  145. #ifndef __IISIPSecurity_INTERFACE_DEFINED__
  146. #define __IISIPSecurity_INTERFACE_DEFINED__
  147. EXTERN_C const IID IID_IISIPSecurity;
  148. #if defined(__cplusplus) && !defined(CINTERFACE)
  149. struct IISIPSecurity : public IDispatch {
  150. public:
  151. virtual HRESULT WINAPI get_IPDeny(VARIANT *retval) = 0;
  152. virtual HRESULT WINAPI put_IPDeny(VARIANT vIPDeny) = 0;
  153. virtual HRESULT WINAPI get_IPGrant(VARIANT *retval) = 0;
  154. virtual HRESULT WINAPI put_IPGrant(VARIANT vIPGrant) = 0;
  155. virtual HRESULT WINAPI get_DomainDeny(VARIANT *retval) = 0;
  156. virtual HRESULT WINAPI put_DomainDeny(VARIANT vDomainDeny) = 0;
  157. virtual HRESULT WINAPI get_DomainGrant(VARIANT *retval) = 0;
  158. virtual HRESULT WINAPI put_DomainGrant(VARIANT vDomainGrant) = 0;
  159. virtual HRESULT WINAPI get_GrantByDefault(VARIANT_BOOL *retval) = 0;
  160. virtual HRESULT WINAPI put_GrantByDefault(VARIANT_BOOL fGrantByDefault) = 0;
  161. };
  162. #else
  163. typedef struct IISIPSecurityVtbl {
  164. BEGIN_INTERFACE
  165. HRESULT (WINAPI *QueryInterface)(IISIPSecurity *This,REFIID riid,void **ppvObject);
  166. ULONG (WINAPI *AddRef)(IISIPSecurity *This);
  167. ULONG (WINAPI *Release)(IISIPSecurity *This);
  168. HRESULT (WINAPI *GetTypeInfoCount)(IISIPSecurity *This,UINT *pctinfo);
  169. HRESULT (WINAPI *GetTypeInfo)(IISIPSecurity *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
  170. HRESULT (WINAPI *GetIDsOfNames)(IISIPSecurity *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
  171. HRESULT (WINAPI *Invoke)(IISIPSecurity *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
  172. HRESULT (WINAPI *get_IPDeny)(IISIPSecurity *This,VARIANT *retval);
  173. HRESULT (WINAPI *put_IPDeny)(IISIPSecurity *This,VARIANT vIPDeny);
  174. HRESULT (WINAPI *get_IPGrant)(IISIPSecurity *This,VARIANT *retval);
  175. HRESULT (WINAPI *put_IPGrant)(IISIPSecurity *This,VARIANT vIPGrant);
  176. HRESULT (WINAPI *get_DomainDeny)(IISIPSecurity *This,VARIANT *retval);
  177. HRESULT (WINAPI *put_DomainDeny)(IISIPSecurity *This,VARIANT vDomainDeny);
  178. HRESULT (WINAPI *get_DomainGrant)(IISIPSecurity *This,VARIANT *retval);
  179. HRESULT (WINAPI *put_DomainGrant)(IISIPSecurity *This,VARIANT vDomainGrant);
  180. HRESULT (WINAPI *get_GrantByDefault)(IISIPSecurity *This,VARIANT_BOOL *retval);
  181. HRESULT (WINAPI *put_GrantByDefault)(IISIPSecurity *This,VARIANT_BOOL fGrantByDefault);
  182. END_INTERFACE
  183. } IISIPSecurityVtbl;
  184. struct IISIPSecurity {
  185. CONST_VTBL struct IISIPSecurityVtbl *lpVtbl;
  186. };
  187. #ifdef COBJMACROS
  188. #define IISIPSecurity_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
  189. #define IISIPSecurity_AddRef(This) (This)->lpVtbl->AddRef(This)
  190. #define IISIPSecurity_Release(This) (This)->lpVtbl->Release(This)
  191. #define IISIPSecurity_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
  192. #define IISIPSecurity_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  193. #define IISIPSecurity_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  194. #define IISIPSecurity_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  195. #define IISIPSecurity_get_IPDeny(This,retval) (This)->lpVtbl->get_IPDeny(This,retval)
  196. #define IISIPSecurity_put_IPDeny(This,vIPDeny) (This)->lpVtbl->put_IPDeny(This,vIPDeny)
  197. #define IISIPSecurity_get_IPGrant(This,retval) (This)->lpVtbl->get_IPGrant(This,retval)
  198. #define IISIPSecurity_put_IPGrant(This,vIPGrant) (This)->lpVtbl->put_IPGrant(This,vIPGrant)
  199. #define IISIPSecurity_get_DomainDeny(This,retval) (This)->lpVtbl->get_DomainDeny(This,retval)
  200. #define IISIPSecurity_put_DomainDeny(This,vDomainDeny) (This)->lpVtbl->put_DomainDeny(This,vDomainDeny)
  201. #define IISIPSecurity_get_DomainGrant(This,retval) (This)->lpVtbl->get_DomainGrant(This,retval)
  202. #define IISIPSecurity_put_DomainGrant(This,vDomainGrant) (This)->lpVtbl->put_DomainGrant(This,vDomainGrant)
  203. #define IISIPSecurity_get_GrantByDefault(This,retval) (This)->lpVtbl->get_GrantByDefault(This,retval)
  204. #define IISIPSecurity_put_GrantByDefault(This,fGrantByDefault) (This)->lpVtbl->put_GrantByDefault(This,fGrantByDefault)
  205. #endif
  206. #endif
  207. HRESULT WINAPI IISIPSecurity_get_IPDeny_Proxy(IISIPSecurity *This,VARIANT *retval);
  208. void __RPC_STUB IISIPSecurity_get_IPDeny_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  209. HRESULT WINAPI IISIPSecurity_put_IPDeny_Proxy(IISIPSecurity *This,VARIANT vIPDeny);
  210. void __RPC_STUB IISIPSecurity_put_IPDeny_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  211. HRESULT WINAPI IISIPSecurity_get_IPGrant_Proxy(IISIPSecurity *This,VARIANT *retval);
  212. void __RPC_STUB IISIPSecurity_get_IPGrant_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  213. HRESULT WINAPI IISIPSecurity_put_IPGrant_Proxy(IISIPSecurity *This,VARIANT vIPGrant);
  214. void __RPC_STUB IISIPSecurity_put_IPGrant_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  215. HRESULT WINAPI IISIPSecurity_get_DomainDeny_Proxy(IISIPSecurity *This,VARIANT *retval);
  216. void __RPC_STUB IISIPSecurity_get_DomainDeny_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  217. HRESULT WINAPI IISIPSecurity_put_DomainDeny_Proxy(IISIPSecurity *This,VARIANT vDomainDeny);
  218. void __RPC_STUB IISIPSecurity_put_DomainDeny_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  219. HRESULT WINAPI IISIPSecurity_get_DomainGrant_Proxy(IISIPSecurity *This,VARIANT *retval);
  220. void __RPC_STUB IISIPSecurity_get_DomainGrant_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  221. HRESULT WINAPI IISIPSecurity_put_DomainGrant_Proxy(IISIPSecurity *This,VARIANT vDomainGrant);
  222. void __RPC_STUB IISIPSecurity_put_DomainGrant_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  223. HRESULT WINAPI IISIPSecurity_get_GrantByDefault_Proxy(IISIPSecurity *This,VARIANT_BOOL *retval);
  224. void __RPC_STUB IISIPSecurity_get_GrantByDefault_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  225. HRESULT WINAPI IISIPSecurity_put_GrantByDefault_Proxy(IISIPSecurity *This,VARIANT_BOOL fGrantByDefault);
  226. void __RPC_STUB IISIPSecurity_put_GrantByDefault_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  227. #endif
  228. EXTERN_C const CLSID CLSID_IPSecurity;
  229. #ifdef __cplusplus
  230. class IPSecurity;
  231. #endif
  232. EXTERN_C const CLSID CLSID_IISNamespace;
  233. #ifdef __cplusplus
  234. class IISNamespace;
  235. #endif
  236. EXTERN_C const CLSID CLSID_IISProvider;
  237. #ifdef __cplusplus
  238. class IISProvider;
  239. #endif
  240. #ifndef __IISBaseObject_INTERFACE_DEFINED__
  241. #define __IISBaseObject_INTERFACE_DEFINED__
  242. EXTERN_C const IID IID_IISBaseObject;
  243. #if defined(__cplusplus) && !defined(CINTERFACE)
  244. struct IISBaseObject : public IDispatch {
  245. public:
  246. virtual HRESULT WINAPI GetDataPaths(BSTR bstrName,LONG lnAttribute,VARIANT *pvPaths) = 0;
  247. virtual HRESULT WINAPI GetPropertyAttribObj(BSTR bstrName,IDispatch **ppObject) = 0;
  248. };
  249. #else
  250. typedef struct IISBaseObjectVtbl {
  251. BEGIN_INTERFACE
  252. HRESULT (WINAPI *QueryInterface)(IISBaseObject *This,REFIID riid,void **ppvObject);
  253. ULONG (WINAPI *AddRef)(IISBaseObject *This);
  254. ULONG (WINAPI *Release)(IISBaseObject *This);
  255. HRESULT (WINAPI *GetTypeInfoCount)(IISBaseObject *This,UINT *pctinfo);
  256. HRESULT (WINAPI *GetTypeInfo)(IISBaseObject *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
  257. HRESULT (WINAPI *GetIDsOfNames)(IISBaseObject *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
  258. HRESULT (WINAPI *Invoke)(IISBaseObject *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
  259. HRESULT (WINAPI *GetDataPaths)(IISBaseObject *This,BSTR bstrName,LONG lnAttribute,VARIANT *pvPaths);
  260. HRESULT (WINAPI *GetPropertyAttribObj)(IISBaseObject *This,BSTR bstrName,IDispatch **ppObject);
  261. END_INTERFACE
  262. } IISBaseObjectVtbl;
  263. struct IISBaseObject {
  264. CONST_VTBL struct IISBaseObjectVtbl *lpVtbl;
  265. };
  266. #ifdef COBJMACROS
  267. #define IISBaseObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
  268. #define IISBaseObject_AddRef(This) (This)->lpVtbl->AddRef(This)
  269. #define IISBaseObject_Release(This) (This)->lpVtbl->Release(This)
  270. #define IISBaseObject_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
  271. #define IISBaseObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  272. #define IISBaseObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  273. #define IISBaseObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  274. #define IISBaseObject_GetDataPaths(This,bstrName,lnAttribute,pvPaths) (This)->lpVtbl->GetDataPaths(This,bstrName,lnAttribute,pvPaths)
  275. #define IISBaseObject_GetPropertyAttribObj(This,bstrName,ppObject) (This)->lpVtbl->GetPropertyAttribObj(This,bstrName,ppObject)
  276. #endif
  277. #endif
  278. HRESULT WINAPI IISBaseObject_GetDataPaths_Proxy(IISBaseObject *This,BSTR bstrName,LONG lnAttribute,VARIANT *pvPaths);
  279. void __RPC_STUB IISBaseObject_GetDataPaths_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  280. HRESULT WINAPI IISBaseObject_GetPropertyAttribObj_Proxy(IISBaseObject *This,BSTR bstrName,IDispatch **ppObject);
  281. void __RPC_STUB IISBaseObject_GetPropertyAttribObj_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  282. #endif
  283. #ifndef __IISSchemaObject_INTERFACE_DEFINED__
  284. #define __IISSchemaObject_INTERFACE_DEFINED__
  285. EXTERN_C const IID IID_IISSchemaObject;
  286. #if defined(__cplusplus) && !defined(CINTERFACE)
  287. struct IISSchemaObject : public IDispatch {
  288. public:
  289. virtual HRESULT WINAPI GetSchemaPropertyAttributes(BSTR bstrName,IDispatch **ppObject) = 0;
  290. virtual HRESULT WINAPI PutSchemaPropertyAttributes(IDispatch *pObject) = 0;
  291. };
  292. #else
  293. typedef struct IISSchemaObjectVtbl {
  294. BEGIN_INTERFACE
  295. HRESULT (WINAPI *QueryInterface)(IISSchemaObject *This,REFIID riid,void **ppvObject);
  296. ULONG (WINAPI *AddRef)(IISSchemaObject *This);
  297. ULONG (WINAPI *Release)(IISSchemaObject *This);
  298. HRESULT (WINAPI *GetTypeInfoCount)(IISSchemaObject *This,UINT *pctinfo);
  299. HRESULT (WINAPI *GetTypeInfo)(IISSchemaObject *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
  300. HRESULT (WINAPI *GetIDsOfNames)(IISSchemaObject *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
  301. HRESULT (WINAPI *Invoke)(IISSchemaObject *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
  302. HRESULT (WINAPI *GetSchemaPropertyAttributes)(IISSchemaObject *This,BSTR bstrName,IDispatch **ppObject);
  303. HRESULT (WINAPI *PutSchemaPropertyAttributes)(IISSchemaObject *This,IDispatch *pObject);
  304. END_INTERFACE
  305. } IISSchemaObjectVtbl;
  306. struct IISSchemaObject {
  307. CONST_VTBL struct IISSchemaObjectVtbl *lpVtbl;
  308. };
  309. #ifdef COBJMACROS
  310. #define IISSchemaObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
  311. #define IISSchemaObject_AddRef(This) (This)->lpVtbl->AddRef(This)
  312. #define IISSchemaObject_Release(This) (This)->lpVtbl->Release(This)
  313. #define IISSchemaObject_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
  314. #define IISSchemaObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  315. #define IISSchemaObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  316. #define IISSchemaObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  317. #define IISSchemaObject_GetSchemaPropertyAttributes(This,bstrName,ppObject) (This)->lpVtbl->GetSchemaPropertyAttributes(This,bstrName,ppObject)
  318. #define IISSchemaObject_PutSchemaPropertyAttributes(This,pObject) (This)->lpVtbl->PutSchemaPropertyAttributes(This,pObject)
  319. #endif
  320. #endif
  321. HRESULT WINAPI IISSchemaObject_GetSchemaPropertyAttributes_Proxy(IISSchemaObject *This,BSTR bstrName,IDispatch **ppObject);
  322. void __RPC_STUB IISSchemaObject_GetSchemaPropertyAttributes_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  323. HRESULT WINAPI IISSchemaObject_PutSchemaPropertyAttributes_Proxy(IISSchemaObject *This,IDispatch *pObject);
  324. void __RPC_STUB IISSchemaObject_PutSchemaPropertyAttributes_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  325. #endif
  326. #ifndef __IISPropertyAttribute_INTERFACE_DEFINED__
  327. #define __IISPropertyAttribute_INTERFACE_DEFINED__
  328. EXTERN_C const IID IID_IISPropertyAttribute;
  329. #if defined(__cplusplus) && !defined(CINTERFACE)
  330. struct IISPropertyAttribute : public IDispatch {
  331. public:
  332. virtual HRESULT WINAPI get_PropName(BSTR *retval) = 0;
  333. virtual HRESULT WINAPI get_MetaId(__LONG32 *retval) = 0;
  334. virtual HRESULT WINAPI put_MetaId(__LONG32 lnMetaId) = 0;
  335. virtual HRESULT WINAPI get_UserType(__LONG32 *retval) = 0;
  336. virtual HRESULT WINAPI put_UserType(__LONG32 lnUserType) = 0;
  337. virtual HRESULT WINAPI get_AllAttributes(__LONG32 *retval) = 0;
  338. virtual HRESULT WINAPI get_Inherit(VARIANT_BOOL *retval) = 0;
  339. virtual HRESULT WINAPI put_Inherit(VARIANT_BOOL fInherit) = 0;
  340. virtual HRESULT WINAPI get_Secure(VARIANT_BOOL *retval) = 0;
  341. virtual HRESULT WINAPI put_Secure(VARIANT_BOOL fSecure) = 0;
  342. virtual HRESULT WINAPI get_Reference(VARIANT_BOOL *retval) = 0;
  343. virtual HRESULT WINAPI put_Reference(VARIANT_BOOL fReference) = 0;
  344. virtual HRESULT WINAPI get_Volatile(VARIANT_BOOL *retval) = 0;
  345. virtual HRESULT WINAPI put_Volatile(VARIANT_BOOL fVolatile) = 0;
  346. virtual HRESULT WINAPI get_Isinherit(VARIANT_BOOL *retval) = 0;
  347. virtual HRESULT WINAPI get_Default(VARIANT *retval) = 0;
  348. virtual HRESULT WINAPI put_Default(VARIANT vDefault) = 0;
  349. };
  350. #else
  351. typedef struct IISPropertyAttributeVtbl {
  352. BEGIN_INTERFACE
  353. HRESULT (WINAPI *QueryInterface)(IISPropertyAttribute *This,REFIID riid,void **ppvObject);
  354. ULONG (WINAPI *AddRef)(IISPropertyAttribute *This);
  355. ULONG (WINAPI *Release)(IISPropertyAttribute *This);
  356. HRESULT (WINAPI *GetTypeInfoCount)(IISPropertyAttribute *This,UINT *pctinfo);
  357. HRESULT (WINAPI *GetTypeInfo)(IISPropertyAttribute *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
  358. HRESULT (WINAPI *GetIDsOfNames)(IISPropertyAttribute *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
  359. HRESULT (WINAPI *Invoke)(IISPropertyAttribute *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
  360. HRESULT (WINAPI *get_PropName)(IISPropertyAttribute *This,BSTR *retval);
  361. HRESULT (WINAPI *get_MetaId)(IISPropertyAttribute *This,__LONG32 *retval);
  362. HRESULT (WINAPI *put_MetaId)(IISPropertyAttribute *This,__LONG32 lnMetaId);
  363. HRESULT (WINAPI *get_UserType)(IISPropertyAttribute *This,__LONG32 *retval);
  364. HRESULT (WINAPI *put_UserType)(IISPropertyAttribute *This,__LONG32 lnUserType);
  365. HRESULT (WINAPI *get_AllAttributes)(IISPropertyAttribute *This,__LONG32 *retval);
  366. HRESULT (WINAPI *get_Inherit)(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  367. HRESULT (WINAPI *put_Inherit)(IISPropertyAttribute *This,VARIANT_BOOL fInherit);
  368. HRESULT (WINAPI *get_Secure)(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  369. HRESULT (WINAPI *put_Secure)(IISPropertyAttribute *This,VARIANT_BOOL fSecure);
  370. HRESULT (WINAPI *get_Reference)(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  371. HRESULT (WINAPI *put_Reference)(IISPropertyAttribute *This,VARIANT_BOOL fReference);
  372. HRESULT (WINAPI *get_Volatile)(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  373. HRESULT (WINAPI *put_Volatile)(IISPropertyAttribute *This,VARIANT_BOOL fVolatile);
  374. HRESULT (WINAPI *get_Isinherit)(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  375. HRESULT (WINAPI *get_Default)(IISPropertyAttribute *This,VARIANT *retval);
  376. HRESULT (WINAPI *put_Default)(IISPropertyAttribute *This,VARIANT vDefault);
  377. END_INTERFACE
  378. } IISPropertyAttributeVtbl;
  379. struct IISPropertyAttribute {
  380. CONST_VTBL struct IISPropertyAttributeVtbl *lpVtbl;
  381. };
  382. #ifdef COBJMACROS
  383. #define IISPropertyAttribute_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
  384. #define IISPropertyAttribute_AddRef(This) (This)->lpVtbl->AddRef(This)
  385. #define IISPropertyAttribute_Release(This) (This)->lpVtbl->Release(This)
  386. #define IISPropertyAttribute_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
  387. #define IISPropertyAttribute_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  388. #define IISPropertyAttribute_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  389. #define IISPropertyAttribute_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  390. #define IISPropertyAttribute_get_PropName(This,retval) (This)->lpVtbl->get_PropName(This,retval)
  391. #define IISPropertyAttribute_get_MetaId(This,retval) (This)->lpVtbl->get_MetaId(This,retval)
  392. #define IISPropertyAttribute_put_MetaId(This,lnMetaId) (This)->lpVtbl->put_MetaId(This,lnMetaId)
  393. #define IISPropertyAttribute_get_UserType(This,retval) (This)->lpVtbl->get_UserType(This,retval)
  394. #define IISPropertyAttribute_put_UserType(This,lnUserType) (This)->lpVtbl->put_UserType(This,lnUserType)
  395. #define IISPropertyAttribute_get_AllAttributes(This,retval) (This)->lpVtbl->get_AllAttributes(This,retval)
  396. #define IISPropertyAttribute_get_Inherit(This,retval) (This)->lpVtbl->get_Inherit(This,retval)
  397. #define IISPropertyAttribute_put_Inherit(This,fInherit) (This)->lpVtbl->put_Inherit(This,fInherit)
  398. #define IISPropertyAttribute_get_Secure(This,retval) (This)->lpVtbl->get_Secure(This,retval)
  399. #define IISPropertyAttribute_put_Secure(This,fSecure) (This)->lpVtbl->put_Secure(This,fSecure)
  400. #define IISPropertyAttribute_get_Reference(This,retval) (This)->lpVtbl->get_Reference(This,retval)
  401. #define IISPropertyAttribute_put_Reference(This,fReference) (This)->lpVtbl->put_Reference(This,fReference)
  402. #define IISPropertyAttribute_get_Volatile(This,retval) (This)->lpVtbl->get_Volatile(This,retval)
  403. #define IISPropertyAttribute_put_Volatile(This,fVolatile) (This)->lpVtbl->put_Volatile(This,fVolatile)
  404. #define IISPropertyAttribute_get_Isinherit(This,retval) (This)->lpVtbl->get_Isinherit(This,retval)
  405. #define IISPropertyAttribute_get_Default(This,retval) (This)->lpVtbl->get_Default(This,retval)
  406. #define IISPropertyAttribute_put_Default(This,vDefault) (This)->lpVtbl->put_Default(This,vDefault)
  407. #endif
  408. #endif
  409. HRESULT WINAPI IISPropertyAttribute_get_PropName_Proxy(IISPropertyAttribute *This,BSTR *retval);
  410. void __RPC_STUB IISPropertyAttribute_get_PropName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  411. HRESULT WINAPI IISPropertyAttribute_get_MetaId_Proxy(IISPropertyAttribute *This,__LONG32 *retval);
  412. void __RPC_STUB IISPropertyAttribute_get_MetaId_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  413. HRESULT WINAPI IISPropertyAttribute_put_MetaId_Proxy(IISPropertyAttribute *This,__LONG32 lnMetaId);
  414. void __RPC_STUB IISPropertyAttribute_put_MetaId_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  415. HRESULT WINAPI IISPropertyAttribute_get_UserType_Proxy(IISPropertyAttribute *This,__LONG32 *retval);
  416. void __RPC_STUB IISPropertyAttribute_get_UserType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  417. HRESULT WINAPI IISPropertyAttribute_put_UserType_Proxy(IISPropertyAttribute *This,__LONG32 lnUserType);
  418. void __RPC_STUB IISPropertyAttribute_put_UserType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  419. HRESULT WINAPI IISPropertyAttribute_get_AllAttributes_Proxy(IISPropertyAttribute *This,__LONG32 *retval);
  420. void __RPC_STUB IISPropertyAttribute_get_AllAttributes_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  421. HRESULT WINAPI IISPropertyAttribute_get_Inherit_Proxy(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  422. void __RPC_STUB IISPropertyAttribute_get_Inherit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  423. HRESULT WINAPI IISPropertyAttribute_put_Inherit_Proxy(IISPropertyAttribute *This,VARIANT_BOOL fInherit);
  424. void __RPC_STUB IISPropertyAttribute_put_Inherit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  425. HRESULT WINAPI IISPropertyAttribute_get_Secure_Proxy(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  426. void __RPC_STUB IISPropertyAttribute_get_Secure_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  427. HRESULT WINAPI IISPropertyAttribute_put_Secure_Proxy(IISPropertyAttribute *This,VARIANT_BOOL fSecure);
  428. void __RPC_STUB IISPropertyAttribute_put_Secure_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  429. HRESULT WINAPI IISPropertyAttribute_get_Reference_Proxy(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  430. void __RPC_STUB IISPropertyAttribute_get_Reference_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  431. HRESULT WINAPI IISPropertyAttribute_put_Reference_Proxy(IISPropertyAttribute *This,VARIANT_BOOL fReference);
  432. void __RPC_STUB IISPropertyAttribute_put_Reference_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  433. HRESULT WINAPI IISPropertyAttribute_get_Volatile_Proxy(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  434. void __RPC_STUB IISPropertyAttribute_get_Volatile_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  435. HRESULT WINAPI IISPropertyAttribute_put_Volatile_Proxy(IISPropertyAttribute *This,VARIANT_BOOL fVolatile);
  436. void __RPC_STUB IISPropertyAttribute_put_Volatile_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  437. HRESULT WINAPI IISPropertyAttribute_get_Isinherit_Proxy(IISPropertyAttribute *This,VARIANT_BOOL *retval);
  438. void __RPC_STUB IISPropertyAttribute_get_Isinherit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  439. HRESULT WINAPI IISPropertyAttribute_get_Default_Proxy(IISPropertyAttribute *This,VARIANT *retval);
  440. void __RPC_STUB IISPropertyAttribute_get_Default_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  441. HRESULT WINAPI IISPropertyAttribute_put_Default_Proxy(IISPropertyAttribute *This,VARIANT vDefault);
  442. void __RPC_STUB IISPropertyAttribute_put_Default_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
  443. #endif
  444. EXTERN_C const CLSID CLSID_PropertyAttribute;
  445. #ifdef __cplusplus
  446. class PropertyAttribute;
  447. #endif
  448. #endif
  449. #ifdef __cplusplus
  450. }
  451. #endif
  452. #endif