Mercurial > games > semicongine
comparison fuhtark_test/include/winapi/rend.h @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1499:1f58458b7ef7 | 1500:91c8c3b7cbf0 |
|---|---|
| 1 /** | |
| 2 * This file has no copyright assigned and is placed in the Public Domain. | |
| 3 * This file is part of the w64 mingw-runtime package. | |
| 4 * No warranty is given; refer to the file DISCLAIMER within this package. | |
| 5 */ | |
| 6 #ifndef __REQUIRED_RPCNDR_H_VERSION__ | |
| 7 #define __REQUIRED_RPCNDR_H_VERSION__ 475 | |
| 8 #endif | |
| 9 | |
| 10 #include "rpc.h" | |
| 11 #include "rpcndr.h" | |
| 12 | |
| 13 #ifndef __RPCNDR_H_VERSION__ | |
| 14 #error This stub requires an updated version of <rpcndr.h> | |
| 15 #endif | |
| 16 | |
| 17 #ifndef COM_NO_WINDOWS_H | |
| 18 #include "windows.h" | |
| 19 #include "ole2.h" | |
| 20 #endif | |
| 21 | |
| 22 #ifndef __rend_h__ | |
| 23 #define __rend_h__ | |
| 24 | |
| 25 #ifndef __ITDirectoryObjectConference_FWD_DEFINED__ | |
| 26 #define __ITDirectoryObjectConference_FWD_DEFINED__ | |
| 27 typedef struct ITDirectoryObjectConference ITDirectoryObjectConference; | |
| 28 #endif | |
| 29 | |
| 30 #ifndef __ITDirectoryObjectUser_FWD_DEFINED__ | |
| 31 #define __ITDirectoryObjectUser_FWD_DEFINED__ | |
| 32 typedef struct ITDirectoryObjectUser ITDirectoryObjectUser; | |
| 33 #endif | |
| 34 | |
| 35 #ifndef __IEnumDialableAddrs_FWD_DEFINED__ | |
| 36 #define __IEnumDialableAddrs_FWD_DEFINED__ | |
| 37 typedef struct IEnumDialableAddrs IEnumDialableAddrs; | |
| 38 #endif | |
| 39 | |
| 40 #ifndef __ITDirectoryObject_FWD_DEFINED__ | |
| 41 #define __ITDirectoryObject_FWD_DEFINED__ | |
| 42 typedef struct ITDirectoryObject ITDirectoryObject; | |
| 43 #endif | |
| 44 | |
| 45 #ifndef __IEnumDirectoryObject_FWD_DEFINED__ | |
| 46 #define __IEnumDirectoryObject_FWD_DEFINED__ | |
| 47 typedef struct IEnumDirectoryObject IEnumDirectoryObject; | |
| 48 #endif | |
| 49 | |
| 50 #ifndef __ITILSConfig_FWD_DEFINED__ | |
| 51 #define __ITILSConfig_FWD_DEFINED__ | |
| 52 typedef struct ITILSConfig ITILSConfig; | |
| 53 #endif | |
| 54 | |
| 55 #ifndef __ITDirectory_FWD_DEFINED__ | |
| 56 #define __ITDirectory_FWD_DEFINED__ | |
| 57 typedef struct ITDirectory ITDirectory; | |
| 58 #endif | |
| 59 | |
| 60 #ifndef __IEnumDirectory_FWD_DEFINED__ | |
| 61 #define __IEnumDirectory_FWD_DEFINED__ | |
| 62 typedef struct IEnumDirectory IEnumDirectory; | |
| 63 #endif | |
| 64 | |
| 65 #ifndef __ITRendezvous_FWD_DEFINED__ | |
| 66 #define __ITRendezvous_FWD_DEFINED__ | |
| 67 typedef struct ITRendezvous ITRendezvous; | |
| 68 #endif | |
| 69 | |
| 70 #ifndef __ITRendezvous_FWD_DEFINED__ | |
| 71 #define __ITRendezvous_FWD_DEFINED__ | |
| 72 typedef struct ITRendezvous ITRendezvous; | |
| 73 #endif | |
| 74 | |
| 75 #ifndef __ITDirectoryObjectConference_FWD_DEFINED__ | |
| 76 #define __ITDirectoryObjectConference_FWD_DEFINED__ | |
| 77 typedef struct ITDirectoryObjectConference ITDirectoryObjectConference; | |
| 78 #endif | |
| 79 | |
| 80 #ifndef __ITDirectoryObjectUser_FWD_DEFINED__ | |
| 81 #define __ITDirectoryObjectUser_FWD_DEFINED__ | |
| 82 typedef struct ITDirectoryObjectUser ITDirectoryObjectUser; | |
| 83 #endif | |
| 84 | |
| 85 #ifndef __ITDirectoryObject_FWD_DEFINED__ | |
| 86 #define __ITDirectoryObject_FWD_DEFINED__ | |
| 87 typedef struct ITDirectoryObject ITDirectoryObject; | |
| 88 #endif | |
| 89 | |
| 90 #ifndef __ITILSConfig_FWD_DEFINED__ | |
| 91 #define __ITILSConfig_FWD_DEFINED__ | |
| 92 typedef struct ITILSConfig ITILSConfig; | |
| 93 #endif | |
| 94 | |
| 95 #ifndef __ITDirectory_FWD_DEFINED__ | |
| 96 #define __ITDirectory_FWD_DEFINED__ | |
| 97 typedef struct ITDirectory ITDirectory; | |
| 98 #endif | |
| 99 | |
| 100 #ifndef __Rendezvous_FWD_DEFINED__ | |
| 101 #define __Rendezvous_FWD_DEFINED__ | |
| 102 #ifdef __cplusplus | |
| 103 typedef class Rendezvous Rendezvous; | |
| 104 #else | |
| 105 typedef struct Rendezvous Rendezvous; | |
| 106 #endif | |
| 107 #endif | |
| 108 | |
| 109 #include "oaidl.h" | |
| 110 #include "tapi3if.h" | |
| 111 | |
| 112 #ifdef __cplusplus | |
| 113 extern "C" { | |
| 114 #endif | |
| 115 | |
| 116 #ifndef __MIDL_user_allocate_free_DEFINED__ | |
| 117 #define __MIDL_user_allocate_free_DEFINED__ | |
| 118 void *__RPC_API MIDL_user_allocate(size_t); | |
| 119 void __RPC_API MIDL_user_free(void *); | |
| 120 #endif | |
| 121 | |
| 122 #define IDISPDIROBJECT (0x10000) | |
| 123 #define IDISPDIROBJCONFERENCE (0x20000) | |
| 124 #define IDISPDIROBJUSER (0x30000) | |
| 125 #define IDISPDIRECTORY (0x10000) | |
| 126 #define IDISPILSCONFIG (0x20000) | |
| 127 | |
| 128 typedef enum DIRECTORY_TYPE { | |
| 129 DT_NTDS = 1,DT_ILS = 2 | |
| 130 } DIRECTORY_TYPE; | |
| 131 | |
| 132 typedef enum DIRECTORY_OBJECT_TYPE { | |
| 133 OT_CONFERENCE = 1,OT_USER = 2 | |
| 134 } DIRECTORY_OBJECT_TYPE; | |
| 135 | |
| 136 typedef enum RND_ADVERTISING_SCOPE { | |
| 137 RAS_LOCAL = 1,RAS_SITE = 2,RAS_REGION = 3,RAS_WORLD = 4 | |
| 138 } RND_ADVERTISING_SCOPE; | |
| 139 | |
| 140 extern RPC_IF_HANDLE __MIDL_itf_rend_0000_v0_0_c_ifspec; | |
| 141 extern RPC_IF_HANDLE __MIDL_itf_rend_0000_v0_0_s_ifspec; | |
| 142 | |
| 143 #ifndef __ITDirectoryObjectConference_INTERFACE_DEFINED__ | |
| 144 #define __ITDirectoryObjectConference_INTERFACE_DEFINED__ | |
| 145 EXTERN_C const IID IID_ITDirectoryObjectConference; | |
| 146 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 147 struct ITDirectoryObjectConference : public IDispatch { | |
| 148 public: | |
| 149 virtual HRESULT WINAPI get_Protocol(BSTR *ppProtocol) = 0; | |
| 150 virtual HRESULT WINAPI get_Originator(BSTR *ppOriginator) = 0; | |
| 151 virtual HRESULT WINAPI put_Originator(BSTR pOriginator) = 0; | |
| 152 virtual HRESULT WINAPI get_AdvertisingScope(RND_ADVERTISING_SCOPE *pAdvertisingScope) = 0; | |
| 153 virtual HRESULT WINAPI put_AdvertisingScope(RND_ADVERTISING_SCOPE AdvertisingScope) = 0; | |
| 154 virtual HRESULT WINAPI get_Url(BSTR *ppUrl) = 0; | |
| 155 virtual HRESULT WINAPI put_Url(BSTR pUrl) = 0; | |
| 156 virtual HRESULT WINAPI get_Description(BSTR *ppDescription) = 0; | |
| 157 virtual HRESULT WINAPI put_Description(BSTR pDescription) = 0; | |
| 158 virtual HRESULT WINAPI get_IsEncrypted(VARIANT_BOOL *pfEncrypted) = 0; | |
| 159 virtual HRESULT WINAPI put_IsEncrypted(VARIANT_BOOL fEncrypted) = 0; | |
| 160 virtual HRESULT WINAPI get_StartTime(DATE *pDate) = 0; | |
| 161 virtual HRESULT WINAPI put_StartTime(DATE Date) = 0; | |
| 162 virtual HRESULT WINAPI get_StopTime(DATE *pDate) = 0; | |
| 163 virtual HRESULT WINAPI put_StopTime(DATE Date) = 0; | |
| 164 }; | |
| 165 #else | |
| 166 typedef struct ITDirectoryObjectConferenceVtbl { | |
| 167 BEGIN_INTERFACE | |
| 168 HRESULT (WINAPI *QueryInterface)(ITDirectoryObjectConference *This,REFIID riid,void **ppvObject); | |
| 169 ULONG (WINAPI *AddRef)(ITDirectoryObjectConference *This); | |
| 170 ULONG (WINAPI *Release)(ITDirectoryObjectConference *This); | |
| 171 HRESULT (WINAPI *GetTypeInfoCount)(ITDirectoryObjectConference *This,UINT *pctinfo); | |
| 172 HRESULT (WINAPI *GetTypeInfo)(ITDirectoryObjectConference *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 173 HRESULT (WINAPI *GetIDsOfNames)(ITDirectoryObjectConference *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 174 HRESULT (WINAPI *Invoke)(ITDirectoryObjectConference *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 175 HRESULT (WINAPI *get_Protocol)(ITDirectoryObjectConference *This,BSTR *ppProtocol); | |
| 176 HRESULT (WINAPI *get_Originator)(ITDirectoryObjectConference *This,BSTR *ppOriginator); | |
| 177 HRESULT (WINAPI *put_Originator)(ITDirectoryObjectConference *This,BSTR pOriginator); | |
| 178 HRESULT (WINAPI *get_AdvertisingScope)(ITDirectoryObjectConference *This,RND_ADVERTISING_SCOPE *pAdvertisingScope); | |
| 179 HRESULT (WINAPI *put_AdvertisingScope)(ITDirectoryObjectConference *This,RND_ADVERTISING_SCOPE AdvertisingScope); | |
| 180 HRESULT (WINAPI *get_Url)(ITDirectoryObjectConference *This,BSTR *ppUrl); | |
| 181 HRESULT (WINAPI *put_Url)(ITDirectoryObjectConference *This,BSTR pUrl); | |
| 182 HRESULT (WINAPI *get_Description)(ITDirectoryObjectConference *This,BSTR *ppDescription); | |
| 183 HRESULT (WINAPI *put_Description)(ITDirectoryObjectConference *This,BSTR pDescription); | |
| 184 HRESULT (WINAPI *get_IsEncrypted)(ITDirectoryObjectConference *This,VARIANT_BOOL *pfEncrypted); | |
| 185 HRESULT (WINAPI *put_IsEncrypted)(ITDirectoryObjectConference *This,VARIANT_BOOL fEncrypted); | |
| 186 HRESULT (WINAPI *get_StartTime)(ITDirectoryObjectConference *This,DATE *pDate); | |
| 187 HRESULT (WINAPI *put_StartTime)(ITDirectoryObjectConference *This,DATE Date); | |
| 188 HRESULT (WINAPI *get_StopTime)(ITDirectoryObjectConference *This,DATE *pDate); | |
| 189 HRESULT (WINAPI *put_StopTime)(ITDirectoryObjectConference *This,DATE Date); | |
| 190 END_INTERFACE | |
| 191 } ITDirectoryObjectConferenceVtbl; | |
| 192 struct ITDirectoryObjectConference { | |
| 193 CONST_VTBL struct ITDirectoryObjectConferenceVtbl *lpVtbl; | |
| 194 }; | |
| 195 #ifdef COBJMACROS | |
| 196 #define ITDirectoryObjectConference_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 197 #define ITDirectoryObjectConference_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 198 #define ITDirectoryObjectConference_Release(This) (This)->lpVtbl->Release(This) | |
| 199 #define ITDirectoryObjectConference_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 200 #define ITDirectoryObjectConference_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 201 #define ITDirectoryObjectConference_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 202 #define ITDirectoryObjectConference_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 203 #define ITDirectoryObjectConference_get_Protocol(This,ppProtocol) (This)->lpVtbl->get_Protocol(This,ppProtocol) | |
| 204 #define ITDirectoryObjectConference_get_Originator(This,ppOriginator) (This)->lpVtbl->get_Originator(This,ppOriginator) | |
| 205 #define ITDirectoryObjectConference_put_Originator(This,pOriginator) (This)->lpVtbl->put_Originator(This,pOriginator) | |
| 206 #define ITDirectoryObjectConference_get_AdvertisingScope(This,pAdvertisingScope) (This)->lpVtbl->get_AdvertisingScope(This,pAdvertisingScope) | |
| 207 #define ITDirectoryObjectConference_put_AdvertisingScope(This,AdvertisingScope) (This)->lpVtbl->put_AdvertisingScope(This,AdvertisingScope) | |
| 208 #define ITDirectoryObjectConference_get_Url(This,ppUrl) (This)->lpVtbl->get_Url(This,ppUrl) | |
| 209 #define ITDirectoryObjectConference_put_Url(This,pUrl) (This)->lpVtbl->put_Url(This,pUrl) | |
| 210 #define ITDirectoryObjectConference_get_Description(This,ppDescription) (This)->lpVtbl->get_Description(This,ppDescription) | |
| 211 #define ITDirectoryObjectConference_put_Description(This,pDescription) (This)->lpVtbl->put_Description(This,pDescription) | |
| 212 #define ITDirectoryObjectConference_get_IsEncrypted(This,pfEncrypted) (This)->lpVtbl->get_IsEncrypted(This,pfEncrypted) | |
| 213 #define ITDirectoryObjectConference_put_IsEncrypted(This,fEncrypted) (This)->lpVtbl->put_IsEncrypted(This,fEncrypted) | |
| 214 #define ITDirectoryObjectConference_get_StartTime(This,pDate) (This)->lpVtbl->get_StartTime(This,pDate) | |
| 215 #define ITDirectoryObjectConference_put_StartTime(This,Date) (This)->lpVtbl->put_StartTime(This,Date) | |
| 216 #define ITDirectoryObjectConference_get_StopTime(This,pDate) (This)->lpVtbl->get_StopTime(This,pDate) | |
| 217 #define ITDirectoryObjectConference_put_StopTime(This,Date) (This)->lpVtbl->put_StopTime(This,Date) | |
| 218 #endif | |
| 219 #endif | |
| 220 HRESULT WINAPI ITDirectoryObjectConference_get_Protocol_Proxy(ITDirectoryObjectConference *This,BSTR *ppProtocol); | |
| 221 void __RPC_STUB ITDirectoryObjectConference_get_Protocol_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 222 HRESULT WINAPI ITDirectoryObjectConference_get_Originator_Proxy(ITDirectoryObjectConference *This,BSTR *ppOriginator); | |
| 223 void __RPC_STUB ITDirectoryObjectConference_get_Originator_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 224 HRESULT WINAPI ITDirectoryObjectConference_put_Originator_Proxy(ITDirectoryObjectConference *This,BSTR pOriginator); | |
| 225 void __RPC_STUB ITDirectoryObjectConference_put_Originator_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 226 HRESULT WINAPI ITDirectoryObjectConference_get_AdvertisingScope_Proxy(ITDirectoryObjectConference *This,RND_ADVERTISING_SCOPE *pAdvertisingScope); | |
| 227 void __RPC_STUB ITDirectoryObjectConference_get_AdvertisingScope_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 228 HRESULT WINAPI ITDirectoryObjectConference_put_AdvertisingScope_Proxy(ITDirectoryObjectConference *This,RND_ADVERTISING_SCOPE AdvertisingScope); | |
| 229 void __RPC_STUB ITDirectoryObjectConference_put_AdvertisingScope_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 230 HRESULT WINAPI ITDirectoryObjectConference_get_Url_Proxy(ITDirectoryObjectConference *This,BSTR *ppUrl); | |
| 231 void __RPC_STUB ITDirectoryObjectConference_get_Url_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 232 HRESULT WINAPI ITDirectoryObjectConference_put_Url_Proxy(ITDirectoryObjectConference *This,BSTR pUrl); | |
| 233 void __RPC_STUB ITDirectoryObjectConference_put_Url_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 234 HRESULT WINAPI ITDirectoryObjectConference_get_Description_Proxy(ITDirectoryObjectConference *This,BSTR *ppDescription); | |
| 235 void __RPC_STUB ITDirectoryObjectConference_get_Description_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 236 HRESULT WINAPI ITDirectoryObjectConference_put_Description_Proxy(ITDirectoryObjectConference *This,BSTR pDescription); | |
| 237 void __RPC_STUB ITDirectoryObjectConference_put_Description_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 238 HRESULT WINAPI ITDirectoryObjectConference_get_IsEncrypted_Proxy(ITDirectoryObjectConference *This,VARIANT_BOOL *pfEncrypted); | |
| 239 void __RPC_STUB ITDirectoryObjectConference_get_IsEncrypted_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 240 HRESULT WINAPI ITDirectoryObjectConference_put_IsEncrypted_Proxy(ITDirectoryObjectConference *This,VARIANT_BOOL fEncrypted); | |
| 241 void __RPC_STUB ITDirectoryObjectConference_put_IsEncrypted_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 242 HRESULT WINAPI ITDirectoryObjectConference_get_StartTime_Proxy(ITDirectoryObjectConference *This,DATE *pDate); | |
| 243 void __RPC_STUB ITDirectoryObjectConference_get_StartTime_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 244 HRESULT WINAPI ITDirectoryObjectConference_put_StartTime_Proxy(ITDirectoryObjectConference *This,DATE Date); | |
| 245 void __RPC_STUB ITDirectoryObjectConference_put_StartTime_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 246 HRESULT WINAPI ITDirectoryObjectConference_get_StopTime_Proxy(ITDirectoryObjectConference *This,DATE *pDate); | |
| 247 void __RPC_STUB ITDirectoryObjectConference_get_StopTime_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 248 HRESULT WINAPI ITDirectoryObjectConference_put_StopTime_Proxy(ITDirectoryObjectConference *This,DATE Date); | |
| 249 void __RPC_STUB ITDirectoryObjectConference_put_StopTime_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 250 #endif | |
| 251 | |
| 252 #ifndef __ITDirectoryObjectUser_INTERFACE_DEFINED__ | |
| 253 #define __ITDirectoryObjectUser_INTERFACE_DEFINED__ | |
| 254 EXTERN_C const IID IID_ITDirectoryObjectUser; | |
| 255 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 256 struct ITDirectoryObjectUser : public IDispatch { | |
| 257 public: | |
| 258 virtual HRESULT WINAPI get_IPPhonePrimary(BSTR *ppName) = 0; | |
| 259 virtual HRESULT WINAPI put_IPPhonePrimary(BSTR pName) = 0; | |
| 260 }; | |
| 261 #else | |
| 262 typedef struct ITDirectoryObjectUserVtbl { | |
| 263 BEGIN_INTERFACE | |
| 264 HRESULT (WINAPI *QueryInterface)(ITDirectoryObjectUser *This,REFIID riid,void **ppvObject); | |
| 265 ULONG (WINAPI *AddRef)(ITDirectoryObjectUser *This); | |
| 266 ULONG (WINAPI *Release)(ITDirectoryObjectUser *This); | |
| 267 HRESULT (WINAPI *GetTypeInfoCount)(ITDirectoryObjectUser *This,UINT *pctinfo); | |
| 268 HRESULT (WINAPI *GetTypeInfo)(ITDirectoryObjectUser *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 269 HRESULT (WINAPI *GetIDsOfNames)(ITDirectoryObjectUser *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 270 HRESULT (WINAPI *Invoke)(ITDirectoryObjectUser *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 271 HRESULT (WINAPI *get_IPPhonePrimary)(ITDirectoryObjectUser *This,BSTR *ppName); | |
| 272 HRESULT (WINAPI *put_IPPhonePrimary)(ITDirectoryObjectUser *This,BSTR pName); | |
| 273 END_INTERFACE | |
| 274 } ITDirectoryObjectUserVtbl; | |
| 275 struct ITDirectoryObjectUser { | |
| 276 CONST_VTBL struct ITDirectoryObjectUserVtbl *lpVtbl; | |
| 277 }; | |
| 278 #ifdef COBJMACROS | |
| 279 #define ITDirectoryObjectUser_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 280 #define ITDirectoryObjectUser_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 281 #define ITDirectoryObjectUser_Release(This) (This)->lpVtbl->Release(This) | |
| 282 #define ITDirectoryObjectUser_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 283 #define ITDirectoryObjectUser_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 284 #define ITDirectoryObjectUser_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 285 #define ITDirectoryObjectUser_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 286 #define ITDirectoryObjectUser_get_IPPhonePrimary(This,ppName) (This)->lpVtbl->get_IPPhonePrimary(This,ppName) | |
| 287 #define ITDirectoryObjectUser_put_IPPhonePrimary(This,pName) (This)->lpVtbl->put_IPPhonePrimary(This,pName) | |
| 288 #endif | |
| 289 #endif | |
| 290 HRESULT WINAPI ITDirectoryObjectUser_get_IPPhonePrimary_Proxy(ITDirectoryObjectUser *This,BSTR *ppName); | |
| 291 void __RPC_STUB ITDirectoryObjectUser_get_IPPhonePrimary_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 292 HRESULT WINAPI ITDirectoryObjectUser_put_IPPhonePrimary_Proxy(ITDirectoryObjectUser *This,BSTR pName); | |
| 293 void __RPC_STUB ITDirectoryObjectUser_put_IPPhonePrimary_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 294 #endif | |
| 295 | |
| 296 #ifndef __IEnumDialableAddrs_INTERFACE_DEFINED__ | |
| 297 #define __IEnumDialableAddrs_INTERFACE_DEFINED__ | |
| 298 EXTERN_C const IID IID_IEnumDialableAddrs; | |
| 299 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 300 struct IEnumDialableAddrs : public IUnknown { | |
| 301 public: | |
| 302 virtual HRESULT WINAPI Next(ULONG celt,BSTR *ppElements,ULONG *pcFetched) = 0; | |
| 303 virtual HRESULT WINAPI Reset(void) = 0; | |
| 304 virtual HRESULT WINAPI Skip(ULONG celt) = 0; | |
| 305 virtual HRESULT WINAPI Clone(IEnumDialableAddrs **ppEnum) = 0; | |
| 306 }; | |
| 307 #else | |
| 308 typedef struct IEnumDialableAddrsVtbl { | |
| 309 BEGIN_INTERFACE | |
| 310 HRESULT (WINAPI *QueryInterface)(IEnumDialableAddrs *This,REFIID riid,void **ppvObject); | |
| 311 ULONG (WINAPI *AddRef)(IEnumDialableAddrs *This); | |
| 312 ULONG (WINAPI *Release)(IEnumDialableAddrs *This); | |
| 313 HRESULT (WINAPI *Next)(IEnumDialableAddrs *This,ULONG celt,BSTR *ppElements,ULONG *pcFetched); | |
| 314 HRESULT (WINAPI *Reset)(IEnumDialableAddrs *This); | |
| 315 HRESULT (WINAPI *Skip)(IEnumDialableAddrs *This,ULONG celt); | |
| 316 HRESULT (WINAPI *Clone)(IEnumDialableAddrs *This,IEnumDialableAddrs **ppEnum); | |
| 317 END_INTERFACE | |
| 318 } IEnumDialableAddrsVtbl; | |
| 319 struct IEnumDialableAddrs { | |
| 320 CONST_VTBL struct IEnumDialableAddrsVtbl *lpVtbl; | |
| 321 }; | |
| 322 #ifdef COBJMACROS | |
| 323 #define IEnumDialableAddrs_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 324 #define IEnumDialableAddrs_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 325 #define IEnumDialableAddrs_Release(This) (This)->lpVtbl->Release(This) | |
| 326 #define IEnumDialableAddrs_Next(This,celt,ppElements,pcFetched) (This)->lpVtbl->Next(This,celt,ppElements,pcFetched) | |
| 327 #define IEnumDialableAddrs_Reset(This) (This)->lpVtbl->Reset(This) | |
| 328 #define IEnumDialableAddrs_Skip(This,celt) (This)->lpVtbl->Skip(This,celt) | |
| 329 #define IEnumDialableAddrs_Clone(This,ppEnum) (This)->lpVtbl->Clone(This,ppEnum) | |
| 330 #endif | |
| 331 #endif | |
| 332 HRESULT WINAPI IEnumDialableAddrs_Next_Proxy(IEnumDialableAddrs *This,ULONG celt,BSTR *ppElements,ULONG *pcFetched); | |
| 333 void __RPC_STUB IEnumDialableAddrs_Next_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 334 HRESULT WINAPI IEnumDialableAddrs_Reset_Proxy(IEnumDialableAddrs *This); | |
| 335 void __RPC_STUB IEnumDialableAddrs_Reset_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 336 HRESULT WINAPI IEnumDialableAddrs_Skip_Proxy(IEnumDialableAddrs *This,ULONG celt); | |
| 337 void __RPC_STUB IEnumDialableAddrs_Skip_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 338 HRESULT WINAPI IEnumDialableAddrs_Clone_Proxy(IEnumDialableAddrs *This,IEnumDialableAddrs **ppEnum); | |
| 339 void __RPC_STUB IEnumDialableAddrs_Clone_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 340 #endif | |
| 341 | |
| 342 #ifndef __ITDirectoryObject_INTERFACE_DEFINED__ | |
| 343 #define __ITDirectoryObject_INTERFACE_DEFINED__ | |
| 344 EXTERN_C const IID IID_ITDirectoryObject; | |
| 345 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 346 struct ITDirectoryObject : public IDispatch { | |
| 347 public: | |
| 348 virtual HRESULT WINAPI get_ObjectType(DIRECTORY_OBJECT_TYPE *pObjectType) = 0; | |
| 349 virtual HRESULT WINAPI get_Name(BSTR *ppName) = 0; | |
| 350 virtual HRESULT WINAPI put_Name(BSTR pName) = 0; | |
| 351 virtual HRESULT WINAPI get_DialableAddrs(long dwAddressType,VARIANT *pVariant) = 0; | |
| 352 virtual HRESULT WINAPI EnumerateDialableAddrs(DWORD dwAddressType,IEnumDialableAddrs **ppEnumDialableAddrs) = 0; | |
| 353 virtual HRESULT WINAPI get_SecurityDescriptor(IDispatch **ppSecDes) = 0; | |
| 354 virtual HRESULT WINAPI put_SecurityDescriptor(IDispatch *pSecDes) = 0; | |
| 355 }; | |
| 356 #else | |
| 357 typedef struct ITDirectoryObjectVtbl { | |
| 358 BEGIN_INTERFACE | |
| 359 HRESULT (WINAPI *QueryInterface)(ITDirectoryObject *This,REFIID riid,void **ppvObject); | |
| 360 ULONG (WINAPI *AddRef)(ITDirectoryObject *This); | |
| 361 ULONG (WINAPI *Release)(ITDirectoryObject *This); | |
| 362 HRESULT (WINAPI *GetTypeInfoCount)(ITDirectoryObject *This,UINT *pctinfo); | |
| 363 HRESULT (WINAPI *GetTypeInfo)(ITDirectoryObject *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 364 HRESULT (WINAPI *GetIDsOfNames)(ITDirectoryObject *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 365 HRESULT (WINAPI *Invoke)(ITDirectoryObject *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 366 HRESULT (WINAPI *get_ObjectType)(ITDirectoryObject *This,DIRECTORY_OBJECT_TYPE *pObjectType); | |
| 367 HRESULT (WINAPI *get_Name)(ITDirectoryObject *This,BSTR *ppName); | |
| 368 HRESULT (WINAPI *put_Name)(ITDirectoryObject *This,BSTR pName); | |
| 369 HRESULT (WINAPI *get_DialableAddrs)(ITDirectoryObject *This,long dwAddressType,VARIANT *pVariant); | |
| 370 HRESULT (WINAPI *EnumerateDialableAddrs)(ITDirectoryObject *This,DWORD dwAddressType,IEnumDialableAddrs **ppEnumDialableAddrs); | |
| 371 HRESULT (WINAPI *get_SecurityDescriptor)(ITDirectoryObject *This,IDispatch **ppSecDes); | |
| 372 HRESULT (WINAPI *put_SecurityDescriptor)(ITDirectoryObject *This,IDispatch *pSecDes); | |
| 373 END_INTERFACE | |
| 374 } ITDirectoryObjectVtbl; | |
| 375 struct ITDirectoryObject { | |
| 376 CONST_VTBL struct ITDirectoryObjectVtbl *lpVtbl; | |
| 377 }; | |
| 378 #ifdef COBJMACROS | |
| 379 #define ITDirectoryObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 380 #define ITDirectoryObject_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 381 #define ITDirectoryObject_Release(This) (This)->lpVtbl->Release(This) | |
| 382 #define ITDirectoryObject_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 383 #define ITDirectoryObject_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 384 #define ITDirectoryObject_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 385 #define ITDirectoryObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 386 #define ITDirectoryObject_get_ObjectType(This,pObjectType) (This)->lpVtbl->get_ObjectType(This,pObjectType) | |
| 387 #define ITDirectoryObject_get_Name(This,ppName) (This)->lpVtbl->get_Name(This,ppName) | |
| 388 #define ITDirectoryObject_put_Name(This,pName) (This)->lpVtbl->put_Name(This,pName) | |
| 389 #define ITDirectoryObject_get_DialableAddrs(This,dwAddressType,pVariant) (This)->lpVtbl->get_DialableAddrs(This,dwAddressType,pVariant) | |
| 390 #define ITDirectoryObject_EnumerateDialableAddrs(This,dwAddressType,ppEnumDialableAddrs) (This)->lpVtbl->EnumerateDialableAddrs(This,dwAddressType,ppEnumDialableAddrs) | |
| 391 #define ITDirectoryObject_get_SecurityDescriptor(This,ppSecDes) (This)->lpVtbl->get_SecurityDescriptor(This,ppSecDes) | |
| 392 #define ITDirectoryObject_put_SecurityDescriptor(This,pSecDes) (This)->lpVtbl->put_SecurityDescriptor(This,pSecDes) | |
| 393 #endif | |
| 394 #endif | |
| 395 HRESULT WINAPI ITDirectoryObject_get_ObjectType_Proxy(ITDirectoryObject *This,DIRECTORY_OBJECT_TYPE *pObjectType); | |
| 396 void __RPC_STUB ITDirectoryObject_get_ObjectType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 397 HRESULT WINAPI ITDirectoryObject_get_Name_Proxy(ITDirectoryObject *This,BSTR *ppName); | |
| 398 void __RPC_STUB ITDirectoryObject_get_Name_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 399 HRESULT WINAPI ITDirectoryObject_put_Name_Proxy(ITDirectoryObject *This,BSTR pName); | |
| 400 void __RPC_STUB ITDirectoryObject_put_Name_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 401 HRESULT WINAPI ITDirectoryObject_get_DialableAddrs_Proxy(ITDirectoryObject *This,long dwAddressType,VARIANT *pVariant); | |
| 402 void __RPC_STUB ITDirectoryObject_get_DialableAddrs_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 403 HRESULT WINAPI ITDirectoryObject_EnumerateDialableAddrs_Proxy(ITDirectoryObject *This,DWORD dwAddressType,IEnumDialableAddrs **ppEnumDialableAddrs); | |
| 404 void __RPC_STUB ITDirectoryObject_EnumerateDialableAddrs_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 405 HRESULT WINAPI ITDirectoryObject_get_SecurityDescriptor_Proxy(ITDirectoryObject *This,IDispatch **ppSecDes); | |
| 406 void __RPC_STUB ITDirectoryObject_get_SecurityDescriptor_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 407 HRESULT WINAPI ITDirectoryObject_put_SecurityDescriptor_Proxy(ITDirectoryObject *This,IDispatch *pSecDes); | |
| 408 void __RPC_STUB ITDirectoryObject_put_SecurityDescriptor_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 409 #endif | |
| 410 | |
| 411 #ifndef __IEnumDirectoryObject_INTERFACE_DEFINED__ | |
| 412 #define __IEnumDirectoryObject_INTERFACE_DEFINED__ | |
| 413 EXTERN_C const IID IID_IEnumDirectoryObject; | |
| 414 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 415 struct IEnumDirectoryObject : public IUnknown { | |
| 416 public: | |
| 417 virtual HRESULT WINAPI Next(ULONG celt,ITDirectoryObject **pVal,ULONG *pcFetched) = 0; | |
| 418 virtual HRESULT WINAPI Reset(void) = 0; | |
| 419 virtual HRESULT WINAPI Skip(ULONG celt) = 0; | |
| 420 virtual HRESULT WINAPI Clone(IEnumDirectoryObject **ppEnum) = 0; | |
| 421 }; | |
| 422 #else | |
| 423 typedef struct IEnumDirectoryObjectVtbl { | |
| 424 BEGIN_INTERFACE | |
| 425 HRESULT (WINAPI *QueryInterface)(IEnumDirectoryObject *This,REFIID riid,void **ppvObject); | |
| 426 ULONG (WINAPI *AddRef)(IEnumDirectoryObject *This); | |
| 427 ULONG (WINAPI *Release)(IEnumDirectoryObject *This); | |
| 428 HRESULT (WINAPI *Next)(IEnumDirectoryObject *This,ULONG celt,ITDirectoryObject **pVal,ULONG *pcFetched); | |
| 429 HRESULT (WINAPI *Reset)(IEnumDirectoryObject *This); | |
| 430 HRESULT (WINAPI *Skip)(IEnumDirectoryObject *This,ULONG celt); | |
| 431 HRESULT (WINAPI *Clone)(IEnumDirectoryObject *This,IEnumDirectoryObject **ppEnum); | |
| 432 END_INTERFACE | |
| 433 } IEnumDirectoryObjectVtbl; | |
| 434 struct IEnumDirectoryObject { | |
| 435 CONST_VTBL struct IEnumDirectoryObjectVtbl *lpVtbl; | |
| 436 }; | |
| 437 #ifdef COBJMACROS | |
| 438 #define IEnumDirectoryObject_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 439 #define IEnumDirectoryObject_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 440 #define IEnumDirectoryObject_Release(This) (This)->lpVtbl->Release(This) | |
| 441 #define IEnumDirectoryObject_Next(This,celt,pVal,pcFetched) (This)->lpVtbl->Next(This,celt,pVal,pcFetched) | |
| 442 #define IEnumDirectoryObject_Reset(This) (This)->lpVtbl->Reset(This) | |
| 443 #define IEnumDirectoryObject_Skip(This,celt) (This)->lpVtbl->Skip(This,celt) | |
| 444 #define IEnumDirectoryObject_Clone(This,ppEnum) (This)->lpVtbl->Clone(This,ppEnum) | |
| 445 #endif | |
| 446 #endif | |
| 447 HRESULT WINAPI IEnumDirectoryObject_Next_Proxy(IEnumDirectoryObject *This,ULONG celt,ITDirectoryObject **pVal,ULONG *pcFetched); | |
| 448 void __RPC_STUB IEnumDirectoryObject_Next_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 449 HRESULT WINAPI IEnumDirectoryObject_Reset_Proxy(IEnumDirectoryObject *This); | |
| 450 void __RPC_STUB IEnumDirectoryObject_Reset_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 451 HRESULT WINAPI IEnumDirectoryObject_Skip_Proxy(IEnumDirectoryObject *This,ULONG celt); | |
| 452 void __RPC_STUB IEnumDirectoryObject_Skip_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 453 HRESULT WINAPI IEnumDirectoryObject_Clone_Proxy(IEnumDirectoryObject *This,IEnumDirectoryObject **ppEnum); | |
| 454 void __RPC_STUB IEnumDirectoryObject_Clone_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 455 #endif | |
| 456 | |
| 457 #ifndef __ITILSConfig_INTERFACE_DEFINED__ | |
| 458 #define __ITILSConfig_INTERFACE_DEFINED__ | |
| 459 EXTERN_C const IID IID_ITILSConfig; | |
| 460 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 461 struct ITILSConfig : public IDispatch { | |
| 462 public: | |
| 463 virtual HRESULT WINAPI get_Port(long *pPort) = 0; | |
| 464 virtual HRESULT WINAPI put_Port(long Port) = 0; | |
| 465 }; | |
| 466 #else | |
| 467 typedef struct ITILSConfigVtbl { | |
| 468 BEGIN_INTERFACE | |
| 469 HRESULT (WINAPI *QueryInterface)(ITILSConfig *This,REFIID riid,void **ppvObject); | |
| 470 ULONG (WINAPI *AddRef)(ITILSConfig *This); | |
| 471 ULONG (WINAPI *Release)(ITILSConfig *This); | |
| 472 HRESULT (WINAPI *GetTypeInfoCount)(ITILSConfig *This,UINT *pctinfo); | |
| 473 HRESULT (WINAPI *GetTypeInfo)(ITILSConfig *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 474 HRESULT (WINAPI *GetIDsOfNames)(ITILSConfig *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 475 HRESULT (WINAPI *Invoke)(ITILSConfig *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 476 HRESULT (WINAPI *get_Port)(ITILSConfig *This,long *pPort); | |
| 477 HRESULT (WINAPI *put_Port)(ITILSConfig *This,long Port); | |
| 478 END_INTERFACE | |
| 479 } ITILSConfigVtbl; | |
| 480 struct ITILSConfig { | |
| 481 CONST_VTBL struct ITILSConfigVtbl *lpVtbl; | |
| 482 }; | |
| 483 #ifdef COBJMACROS | |
| 484 #define ITILSConfig_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 485 #define ITILSConfig_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 486 #define ITILSConfig_Release(This) (This)->lpVtbl->Release(This) | |
| 487 #define ITILSConfig_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 488 #define ITILSConfig_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 489 #define ITILSConfig_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 490 #define ITILSConfig_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 491 #define ITILSConfig_get_Port(This,pPort) (This)->lpVtbl->get_Port(This,pPort) | |
| 492 #define ITILSConfig_put_Port(This,Port) (This)->lpVtbl->put_Port(This,Port) | |
| 493 #endif | |
| 494 #endif | |
| 495 HRESULT WINAPI ITILSConfig_get_Port_Proxy(ITILSConfig *This,long *pPort); | |
| 496 void __RPC_STUB ITILSConfig_get_Port_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 497 HRESULT WINAPI ITILSConfig_put_Port_Proxy(ITILSConfig *This,long Port); | |
| 498 void __RPC_STUB ITILSConfig_put_Port_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 499 #endif | |
| 500 | |
| 501 #ifndef __ITDirectory_INTERFACE_DEFINED__ | |
| 502 #define __ITDirectory_INTERFACE_DEFINED__ | |
| 503 EXTERN_C const IID IID_ITDirectory; | |
| 504 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 505 struct ITDirectory : public IDispatch { | |
| 506 public: | |
| 507 virtual HRESULT WINAPI get_DirectoryType(DIRECTORY_TYPE *pDirectoryType) = 0; | |
| 508 virtual HRESULT WINAPI get_DisplayName(BSTR *pName) = 0; | |
| 509 virtual HRESULT WINAPI get_IsDynamic(VARIANT_BOOL *pfDynamic) = 0; | |
| 510 virtual HRESULT WINAPI get_DefaultObjectTTL(long *pTTL) = 0; | |
| 511 virtual HRESULT WINAPI put_DefaultObjectTTL(long TTL) = 0; | |
| 512 virtual HRESULT WINAPI EnableAutoRefresh(VARIANT_BOOL fEnable) = 0; | |
| 513 virtual HRESULT WINAPI Connect(VARIANT_BOOL fSecure) = 0; | |
| 514 virtual HRESULT WINAPI Bind(BSTR pDomainName,BSTR pUserName,BSTR pPassword,long lFlags) = 0; | |
| 515 virtual HRESULT WINAPI AddDirectoryObject(ITDirectoryObject *pDirectoryObject) = 0; | |
| 516 virtual HRESULT WINAPI ModifyDirectoryObject(ITDirectoryObject *pDirectoryObject) = 0; | |
| 517 virtual HRESULT WINAPI RefreshDirectoryObject(ITDirectoryObject *pDirectoryObject) = 0; | |
| 518 virtual HRESULT WINAPI DeleteDirectoryObject(ITDirectoryObject *pDirectoryObject) = 0; | |
| 519 virtual HRESULT WINAPI get_DirectoryObjects(DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,VARIANT *pVariant) = 0; | |
| 520 virtual HRESULT WINAPI EnumerateDirectoryObjects(DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,IEnumDirectoryObject **ppEnumObject) = 0; | |
| 521 }; | |
| 522 #else | |
| 523 typedef struct ITDirectoryVtbl { | |
| 524 BEGIN_INTERFACE | |
| 525 HRESULT (WINAPI *QueryInterface)(ITDirectory *This,REFIID riid,void **ppvObject); | |
| 526 ULONG (WINAPI *AddRef)(ITDirectory *This); | |
| 527 ULONG (WINAPI *Release)(ITDirectory *This); | |
| 528 HRESULT (WINAPI *GetTypeInfoCount)(ITDirectory *This,UINT *pctinfo); | |
| 529 HRESULT (WINAPI *GetTypeInfo)(ITDirectory *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 530 HRESULT (WINAPI *GetIDsOfNames)(ITDirectory *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 531 HRESULT (WINAPI *Invoke)(ITDirectory *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 532 HRESULT (WINAPI *get_DirectoryType)(ITDirectory *This,DIRECTORY_TYPE *pDirectoryType); | |
| 533 HRESULT (WINAPI *get_DisplayName)(ITDirectory *This,BSTR *pName); | |
| 534 HRESULT (WINAPI *get_IsDynamic)(ITDirectory *This,VARIANT_BOOL *pfDynamic); | |
| 535 HRESULT (WINAPI *get_DefaultObjectTTL)(ITDirectory *This,long *pTTL); | |
| 536 HRESULT (WINAPI *put_DefaultObjectTTL)(ITDirectory *This,long TTL); | |
| 537 HRESULT (WINAPI *EnableAutoRefresh)(ITDirectory *This,VARIANT_BOOL fEnable); | |
| 538 HRESULT (WINAPI *Connect)(ITDirectory *This,VARIANT_BOOL fSecure); | |
| 539 HRESULT (WINAPI *Bind)(ITDirectory *This,BSTR pDomainName,BSTR pUserName,BSTR pPassword,long lFlags); | |
| 540 HRESULT (WINAPI *AddDirectoryObject)(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 541 HRESULT (WINAPI *ModifyDirectoryObject)(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 542 HRESULT (WINAPI *RefreshDirectoryObject)(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 543 HRESULT (WINAPI *DeleteDirectoryObject)(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 544 HRESULT (WINAPI *get_DirectoryObjects)(ITDirectory *This,DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,VARIANT *pVariant); | |
| 545 HRESULT (WINAPI *EnumerateDirectoryObjects)(ITDirectory *This,DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,IEnumDirectoryObject **ppEnumObject); | |
| 546 END_INTERFACE | |
| 547 } ITDirectoryVtbl; | |
| 548 struct ITDirectory { | |
| 549 CONST_VTBL struct ITDirectoryVtbl *lpVtbl; | |
| 550 }; | |
| 551 #ifdef COBJMACROS | |
| 552 #define ITDirectory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 553 #define ITDirectory_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 554 #define ITDirectory_Release(This) (This)->lpVtbl->Release(This) | |
| 555 #define ITDirectory_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 556 #define ITDirectory_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 557 #define ITDirectory_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 558 #define ITDirectory_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 559 #define ITDirectory_get_DirectoryType(This,pDirectoryType) (This)->lpVtbl->get_DirectoryType(This,pDirectoryType) | |
| 560 #define ITDirectory_get_DisplayName(This,pName) (This)->lpVtbl->get_DisplayName(This,pName) | |
| 561 #define ITDirectory_get_IsDynamic(This,pfDynamic) (This)->lpVtbl->get_IsDynamic(This,pfDynamic) | |
| 562 #define ITDirectory_get_DefaultObjectTTL(This,pTTL) (This)->lpVtbl->get_DefaultObjectTTL(This,pTTL) | |
| 563 #define ITDirectory_put_DefaultObjectTTL(This,TTL) (This)->lpVtbl->put_DefaultObjectTTL(This,TTL) | |
| 564 #define ITDirectory_EnableAutoRefresh(This,fEnable) (This)->lpVtbl->EnableAutoRefresh(This,fEnable) | |
| 565 #define ITDirectory_Connect(This,fSecure) (This)->lpVtbl->Connect(This,fSecure) | |
| 566 #define ITDirectory_Bind(This,pDomainName,pUserName,pPassword,lFlags) (This)->lpVtbl->Bind(This,pDomainName,pUserName,pPassword,lFlags) | |
| 567 #define ITDirectory_AddDirectoryObject(This,pDirectoryObject) (This)->lpVtbl->AddDirectoryObject(This,pDirectoryObject) | |
| 568 #define ITDirectory_ModifyDirectoryObject(This,pDirectoryObject) (This)->lpVtbl->ModifyDirectoryObject(This,pDirectoryObject) | |
| 569 #define ITDirectory_RefreshDirectoryObject(This,pDirectoryObject) (This)->lpVtbl->RefreshDirectoryObject(This,pDirectoryObject) | |
| 570 #define ITDirectory_DeleteDirectoryObject(This,pDirectoryObject) (This)->lpVtbl->DeleteDirectoryObject(This,pDirectoryObject) | |
| 571 #define ITDirectory_get_DirectoryObjects(This,DirectoryObjectType,pName,pVariant) (This)->lpVtbl->get_DirectoryObjects(This,DirectoryObjectType,pName,pVariant) | |
| 572 #define ITDirectory_EnumerateDirectoryObjects(This,DirectoryObjectType,pName,ppEnumObject) (This)->lpVtbl->EnumerateDirectoryObjects(This,DirectoryObjectType,pName,ppEnumObject) | |
| 573 #endif | |
| 574 #endif | |
| 575 HRESULT WINAPI ITDirectory_get_DirectoryType_Proxy(ITDirectory *This,DIRECTORY_TYPE *pDirectoryType); | |
| 576 void __RPC_STUB ITDirectory_get_DirectoryType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 577 HRESULT WINAPI ITDirectory_get_DisplayName_Proxy(ITDirectory *This,BSTR *pName); | |
| 578 void __RPC_STUB ITDirectory_get_DisplayName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 579 HRESULT WINAPI ITDirectory_get_IsDynamic_Proxy(ITDirectory *This,VARIANT_BOOL *pfDynamic); | |
| 580 void __RPC_STUB ITDirectory_get_IsDynamic_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 581 HRESULT WINAPI ITDirectory_get_DefaultObjectTTL_Proxy(ITDirectory *This,long *pTTL); | |
| 582 void __RPC_STUB ITDirectory_get_DefaultObjectTTL_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 583 HRESULT WINAPI ITDirectory_put_DefaultObjectTTL_Proxy(ITDirectory *This,long TTL); | |
| 584 void __RPC_STUB ITDirectory_put_DefaultObjectTTL_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 585 HRESULT WINAPI ITDirectory_EnableAutoRefresh_Proxy(ITDirectory *This,VARIANT_BOOL fEnable); | |
| 586 void __RPC_STUB ITDirectory_EnableAutoRefresh_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 587 HRESULT WINAPI ITDirectory_Connect_Proxy(ITDirectory *This,VARIANT_BOOL fSecure); | |
| 588 void __RPC_STUB ITDirectory_Connect_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 589 HRESULT WINAPI ITDirectory_Bind_Proxy(ITDirectory *This,BSTR pDomainName,BSTR pUserName,BSTR pPassword,long lFlags); | |
| 590 void __RPC_STUB ITDirectory_Bind_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 591 HRESULT WINAPI ITDirectory_AddDirectoryObject_Proxy(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 592 void __RPC_STUB ITDirectory_AddDirectoryObject_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 593 HRESULT WINAPI ITDirectory_ModifyDirectoryObject_Proxy(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 594 void __RPC_STUB ITDirectory_ModifyDirectoryObject_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 595 HRESULT WINAPI ITDirectory_RefreshDirectoryObject_Proxy(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 596 void __RPC_STUB ITDirectory_RefreshDirectoryObject_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 597 HRESULT WINAPI ITDirectory_DeleteDirectoryObject_Proxy(ITDirectory *This,ITDirectoryObject *pDirectoryObject); | |
| 598 void __RPC_STUB ITDirectory_DeleteDirectoryObject_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 599 HRESULT WINAPI ITDirectory_get_DirectoryObjects_Proxy(ITDirectory *This,DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,VARIANT *pVariant); | |
| 600 void __RPC_STUB ITDirectory_get_DirectoryObjects_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 601 HRESULT WINAPI ITDirectory_EnumerateDirectoryObjects_Proxy(ITDirectory *This,DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,IEnumDirectoryObject **ppEnumObject); | |
| 602 void __RPC_STUB ITDirectory_EnumerateDirectoryObjects_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 603 #endif | |
| 604 | |
| 605 #ifndef __IEnumDirectory_INTERFACE_DEFINED__ | |
| 606 #define __IEnumDirectory_INTERFACE_DEFINED__ | |
| 607 EXTERN_C const IID IID_IEnumDirectory; | |
| 608 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 609 struct IEnumDirectory : public IUnknown { | |
| 610 public: | |
| 611 virtual HRESULT WINAPI Next(ULONG celt,ITDirectory **ppElements,ULONG *pcFetched) = 0; | |
| 612 virtual HRESULT WINAPI Reset(void) = 0; | |
| 613 virtual HRESULT WINAPI Skip(ULONG celt) = 0; | |
| 614 virtual HRESULT WINAPI Clone(IEnumDirectory **ppEnum) = 0; | |
| 615 }; | |
| 616 #else | |
| 617 typedef struct IEnumDirectoryVtbl { | |
| 618 BEGIN_INTERFACE | |
| 619 HRESULT (WINAPI *QueryInterface)(IEnumDirectory *This,REFIID riid,void **ppvObject); | |
| 620 ULONG (WINAPI *AddRef)(IEnumDirectory *This); | |
| 621 ULONG (WINAPI *Release)(IEnumDirectory *This); | |
| 622 HRESULT (WINAPI *Next)(IEnumDirectory *This,ULONG celt,ITDirectory **ppElements,ULONG *pcFetched); | |
| 623 HRESULT (WINAPI *Reset)(IEnumDirectory *This); | |
| 624 HRESULT (WINAPI *Skip)(IEnumDirectory *This,ULONG celt); | |
| 625 HRESULT (WINAPI *Clone)(IEnumDirectory *This,IEnumDirectory **ppEnum); | |
| 626 END_INTERFACE | |
| 627 } IEnumDirectoryVtbl; | |
| 628 struct IEnumDirectory { | |
| 629 CONST_VTBL struct IEnumDirectoryVtbl *lpVtbl; | |
| 630 }; | |
| 631 #ifdef COBJMACROS | |
| 632 #define IEnumDirectory_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 633 #define IEnumDirectory_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 634 #define IEnumDirectory_Release(This) (This)->lpVtbl->Release(This) | |
| 635 #define IEnumDirectory_Next(This,celt,ppElements,pcFetched) (This)->lpVtbl->Next(This,celt,ppElements,pcFetched) | |
| 636 #define IEnumDirectory_Reset(This) (This)->lpVtbl->Reset(This) | |
| 637 #define IEnumDirectory_Skip(This,celt) (This)->lpVtbl->Skip(This,celt) | |
| 638 #define IEnumDirectory_Clone(This,ppEnum) (This)->lpVtbl->Clone(This,ppEnum) | |
| 639 #endif | |
| 640 #endif | |
| 641 HRESULT WINAPI IEnumDirectory_Next_Proxy(IEnumDirectory *This,ULONG celt,ITDirectory **ppElements,ULONG *pcFetched); | |
| 642 void __RPC_STUB IEnumDirectory_Next_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 643 HRESULT WINAPI IEnumDirectory_Reset_Proxy(IEnumDirectory *This); | |
| 644 void __RPC_STUB IEnumDirectory_Reset_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 645 HRESULT WINAPI IEnumDirectory_Skip_Proxy(IEnumDirectory *This,ULONG celt); | |
| 646 void __RPC_STUB IEnumDirectory_Skip_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 647 HRESULT WINAPI IEnumDirectory_Clone_Proxy(IEnumDirectory *This,IEnumDirectory **ppEnum); | |
| 648 void __RPC_STUB IEnumDirectory_Clone_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 649 #endif | |
| 650 | |
| 651 #ifndef __ITRendezvous_INTERFACE_DEFINED__ | |
| 652 #define __ITRendezvous_INTERFACE_DEFINED__ | |
| 653 EXTERN_C const IID IID_ITRendezvous; | |
| 654 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 655 struct ITRendezvous : public IDispatch { | |
| 656 public: | |
| 657 virtual HRESULT WINAPI get_DefaultDirectories(VARIANT *pVariant) = 0; | |
| 658 virtual HRESULT WINAPI EnumerateDefaultDirectories(IEnumDirectory **ppEnumDirectory) = 0; | |
| 659 virtual HRESULT WINAPI CreateDirectory(DIRECTORY_TYPE DirectoryType,BSTR pName,ITDirectory **ppDir) = 0; | |
| 660 virtual HRESULT WINAPI CreateDirectoryObject(DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,ITDirectoryObject **ppDirectoryObject) = 0; | |
| 661 }; | |
| 662 #else | |
| 663 typedef struct ITRendezvousVtbl { | |
| 664 BEGIN_INTERFACE | |
| 665 HRESULT (WINAPI *QueryInterface)(ITRendezvous *This,REFIID riid,void **ppvObject); | |
| 666 ULONG (WINAPI *AddRef)(ITRendezvous *This); | |
| 667 ULONG (WINAPI *Release)(ITRendezvous *This); | |
| 668 HRESULT (WINAPI *GetTypeInfoCount)(ITRendezvous *This,UINT *pctinfo); | |
| 669 HRESULT (WINAPI *GetTypeInfo)(ITRendezvous *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 670 HRESULT (WINAPI *GetIDsOfNames)(ITRendezvous *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 671 HRESULT (WINAPI *Invoke)(ITRendezvous *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 672 HRESULT (WINAPI *get_DefaultDirectories)(ITRendezvous *This,VARIANT *pVariant); | |
| 673 HRESULT (WINAPI *EnumerateDefaultDirectories)(ITRendezvous *This,IEnumDirectory **ppEnumDirectory); | |
| 674 HRESULT (WINAPI *CreateDirectory)(ITRendezvous *This,DIRECTORY_TYPE DirectoryType,BSTR pName,ITDirectory **ppDir); | |
| 675 HRESULT (WINAPI *CreateDirectoryObject)(ITRendezvous *This,DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,ITDirectoryObject **ppDirectoryObject); | |
| 676 END_INTERFACE | |
| 677 } ITRendezvousVtbl; | |
| 678 struct ITRendezvous { | |
| 679 CONST_VTBL struct ITRendezvousVtbl *lpVtbl; | |
| 680 }; | |
| 681 #ifdef COBJMACROS | |
| 682 #define ITRendezvous_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 683 #define ITRendezvous_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 684 #define ITRendezvous_Release(This) (This)->lpVtbl->Release(This) | |
| 685 #define ITRendezvous_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 686 #define ITRendezvous_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 687 #define ITRendezvous_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 688 #define ITRendezvous_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 689 #define ITRendezvous_get_DefaultDirectories(This,pVariant) (This)->lpVtbl->get_DefaultDirectories(This,pVariant) | |
| 690 #define ITRendezvous_EnumerateDefaultDirectories(This,ppEnumDirectory) (This)->lpVtbl->EnumerateDefaultDirectories(This,ppEnumDirectory) | |
| 691 #define ITRendezvous_CreateDirectory(This,DirectoryType,pName,ppDir) (This)->lpVtbl->CreateDirectory(This,DirectoryType,pName,ppDir) | |
| 692 #define ITRendezvous_CreateDirectoryObject(This,DirectoryObjectType,pName,ppDirectoryObject) (This)->lpVtbl->CreateDirectoryObject(This,DirectoryObjectType,pName,ppDirectoryObject) | |
| 693 #endif | |
| 694 #endif | |
| 695 HRESULT WINAPI ITRendezvous_get_DefaultDirectories_Proxy(ITRendezvous *This,VARIANT *pVariant); | |
| 696 void __RPC_STUB ITRendezvous_get_DefaultDirectories_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 697 HRESULT WINAPI ITRendezvous_EnumerateDefaultDirectories_Proxy(ITRendezvous *This,IEnumDirectory **ppEnumDirectory); | |
| 698 void __RPC_STUB ITRendezvous_EnumerateDefaultDirectories_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 699 HRESULT WINAPI ITRendezvous_CreateDirectory_Proxy(ITRendezvous *This,DIRECTORY_TYPE DirectoryType,BSTR pName,ITDirectory **ppDir); | |
| 700 void __RPC_STUB ITRendezvous_CreateDirectory_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 701 HRESULT WINAPI ITRendezvous_CreateDirectoryObject_Proxy(ITRendezvous *This,DIRECTORY_OBJECT_TYPE DirectoryObjectType,BSTR pName,ITDirectoryObject **ppDirectoryObject); | |
| 702 void __RPC_STUB ITRendezvous_CreateDirectoryObject_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 703 #endif | |
| 704 | |
| 705 #define RENDBIND_AUTHENTICATE 0x00000001 | |
| 706 #define RENDBIND_DEFAULTDOMAINNAME 0x00000002 | |
| 707 #define RENDBIND_DEFAULTUSERNAME 0x00000004 | |
| 708 #define RENDBIND_DEFAULTPASSWORD 0x00000008 | |
| 709 #define RENDBIND_DEFAULTCREDENTIALS 0x0000000e | |
| 710 #define __RendConstants_MODULE_DEFINED__ | |
| 711 | |
| 712 extern RPC_IF_HANDLE __MIDL_itf_rend_0510_v0_0_c_ifspec; | |
| 713 extern RPC_IF_HANDLE __MIDL_itf_rend_0510_v0_0_s_ifspec; | |
| 714 | |
| 715 #ifndef __RENDLib_LIBRARY_DEFINED__ | |
| 716 #define __RENDLib_LIBRARY_DEFINED__ | |
| 717 EXTERN_C const IID LIBID_RENDLib; | |
| 718 EXTERN_C const CLSID CLSID_Rendezvous; | |
| 719 #ifdef __cplusplus | |
| 720 class Rendezvous; | |
| 721 #endif | |
| 722 | |
| 723 #ifndef __RendConstants_MODULE_DEFINED__ | |
| 724 #define __RendConstants_MODULE_DEFINED__ | |
| 725 const long RENDBIND_AUTHENTICATE = 0x1; | |
| 726 const long RENDBIND_DEFAULTDOMAINNAME = 0x2; | |
| 727 const long RENDBIND_DEFAULTUSERNAME = 0x4; | |
| 728 const long RENDBIND_DEFAULTPASSWORD = 0x8; | |
| 729 const long RENDBIND_DEFAULTCREDENTIALS = 0xe; | |
| 730 #endif | |
| 731 #endif | |
| 732 | |
| 733 unsigned long __RPC_API BSTR_UserSize(unsigned long *,unsigned long,BSTR *); | |
| 734 unsigned char *__RPC_API BSTR_UserMarshal(unsigned long *,unsigned char *,BSTR *); | |
| 735 unsigned char *__RPC_API BSTR_UserUnmarshal(unsigned long *,unsigned char *,BSTR *); | |
| 736 void __RPC_API BSTR_UserFree(unsigned long *,BSTR *); | |
| 737 unsigned long __RPC_API VARIANT_UserSize(unsigned long *,unsigned long,VARIANT *); | |
| 738 unsigned char *__RPC_API VARIANT_UserMarshal(unsigned long *,unsigned char *,VARIANT *); | |
| 739 unsigned char *__RPC_API VARIANT_UserUnmarshal(unsigned long *,unsigned char *,VARIANT *); | |
| 740 void __RPC_API VARIANT_UserFree(unsigned long *,VARIANT *); | |
| 741 | |
| 742 #ifdef __cplusplus | |
| 743 } | |
| 744 #endif | |
| 745 #endif |
