Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

333 lines
11 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Thu Jul 27 11:50:24 2000
  4. */
  5. /* Compiler settings for c:\nt\pchealth\helpctr\rc\foo\ISAFrdm\ISAFrdm.idl:
  6. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: allocation ref bounds_check enum stub_data
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __RPCNDR_H_VERSION__
  17. #error this stub requires an updated version of <rpcndr.h>
  18. #endif // __RPCNDR_H_VERSION__
  19. #ifndef COM_NO_WINDOWS_H
  20. #include "windows.h"
  21. #include "ole2.h"
  22. #endif /*COM_NO_WINDOWS_H*/
  23. #ifndef __ISAFrdm_h__
  24. #define __ISAFrdm_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif
  28. /* Forward Declarations */
  29. #ifndef __ISAFRemoteDesktopManager_FWD_DEFINED__
  30. #define __ISAFRemoteDesktopManager_FWD_DEFINED__
  31. typedef interface ISAFRemoteDesktopManager ISAFRemoteDesktopManager;
  32. #endif /* __ISAFRemoteDesktopManager_FWD_DEFINED__ */
  33. #ifndef __SAFRemoteDesktopManager_FWD_DEFINED__
  34. #define __SAFRemoteDesktopManager_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class SAFRemoteDesktopManager SAFRemoteDesktopManager;
  37. #else
  38. typedef struct SAFRemoteDesktopManager SAFRemoteDesktopManager;
  39. #endif /* __cplusplus */
  40. #endif /* __SAFRemoteDesktopManager_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. #include "ocidl.h"
  44. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  46. #ifndef __ISAFRemoteDesktopManager_INTERFACE_DEFINED__
  47. #define __ISAFRemoteDesktopManager_INTERFACE_DEFINED__
  48. /* interface ISAFRemoteDesktopManager */
  49. /* [unique][helpstring][dual][uuid][object] */
  50. EXTERN_C const IID IID_ISAFRemoteDesktopManager;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52. MIDL_INTERFACE("26934FF8-F0B6-4E10-8661-23D47F4C69C5")
  53. ISAFRemoteDesktopManager : public IDispatch
  54. {
  55. public:
  56. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Accepted( void) = 0;
  57. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Rejected( void) = 0;
  58. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Aborted(
  59. /* [in] */ BSTR Val) = 0;
  60. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RCTicket(
  61. /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  62. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DesktopUnknown(
  63. /* [retval][out] */ BOOL __RPC_FAR *pVal) = 0;
  64. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SupportEngineer(
  65. /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  66. };
  67. #else /* C style interface */
  68. typedef struct ISAFRemoteDesktopManagerVtbl
  69. {
  70. BEGIN_INTERFACE
  71. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  72. ISAFRemoteDesktopManager __RPC_FAR * This,
  73. /* [in] */ REFIID riid,
  74. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  75. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  76. ISAFRemoteDesktopManager __RPC_FAR * This);
  77. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  78. ISAFRemoteDesktopManager __RPC_FAR * This);
  79. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
  80. ISAFRemoteDesktopManager __RPC_FAR * This,
  81. /* [out] */ UINT __RPC_FAR *pctinfo);
  82. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
  83. ISAFRemoteDesktopManager __RPC_FAR * This,
  84. /* [in] */ UINT iTInfo,
  85. /* [in] */ LCID lcid,
  86. /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  87. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
  88. ISAFRemoteDesktopManager __RPC_FAR * This,
  89. /* [in] */ REFIID riid,
  90. /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  91. /* [in] */ UINT cNames,
  92. /* [in] */ LCID lcid,
  93. /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  94. /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
  95. ISAFRemoteDesktopManager __RPC_FAR * This,
  96. /* [in] */ DISPID dispIdMember,
  97. /* [in] */ REFIID riid,
  98. /* [in] */ LCID lcid,
  99. /* [in] */ WORD wFlags,
  100. /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  101. /* [out] */ VARIANT __RPC_FAR *pVarResult,
  102. /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  103. /* [out] */ UINT __RPC_FAR *puArgErr);
  104. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Accepted )(
  105. ISAFRemoteDesktopManager __RPC_FAR * This);
  106. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Rejected )(
  107. ISAFRemoteDesktopManager __RPC_FAR * This);
  108. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Aborted )(
  109. ISAFRemoteDesktopManager __RPC_FAR * This,
  110. /* [in] */ BSTR Val);
  111. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RCTicket )(
  112. ISAFRemoteDesktopManager __RPC_FAR * This,
  113. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  114. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DesktopUnknown )(
  115. ISAFRemoteDesktopManager __RPC_FAR * This,
  116. /* [retval][out] */ BOOL __RPC_FAR *pVal);
  117. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SupportEngineer )(
  118. ISAFRemoteDesktopManager __RPC_FAR * This,
  119. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  120. END_INTERFACE
  121. } ISAFRemoteDesktopManagerVtbl;
  122. interface ISAFRemoteDesktopManager
  123. {
  124. CONST_VTBL struct ISAFRemoteDesktopManagerVtbl __RPC_FAR *lpVtbl;
  125. };
  126. #ifdef COBJMACROS
  127. #define ISAFRemoteDesktopManager_QueryInterface(This,riid,ppvObject) \
  128. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  129. #define ISAFRemoteDesktopManager_AddRef(This) \
  130. (This)->lpVtbl -> AddRef(This)
  131. #define ISAFRemoteDesktopManager_Release(This) \
  132. (This)->lpVtbl -> Release(This)
  133. #define ISAFRemoteDesktopManager_GetTypeInfoCount(This,pctinfo) \
  134. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  135. #define ISAFRemoteDesktopManager_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  136. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  137. #define ISAFRemoteDesktopManager_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  138. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  139. #define ISAFRemoteDesktopManager_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  140. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  141. #define ISAFRemoteDesktopManager_Accepted(This) \
  142. (This)->lpVtbl -> Accepted(This)
  143. #define ISAFRemoteDesktopManager_Rejected(This) \
  144. (This)->lpVtbl -> Rejected(This)
  145. #define ISAFRemoteDesktopManager_Aborted(This,Val) \
  146. (This)->lpVtbl -> Aborted(This,Val)
  147. #define ISAFRemoteDesktopManager_get_RCTicket(This,pVal) \
  148. (This)->lpVtbl -> get_RCTicket(This,pVal)
  149. #define ISAFRemoteDesktopManager_get_DesktopUnknown(This,pVal) \
  150. (This)->lpVtbl -> get_DesktopUnknown(This,pVal)
  151. #define ISAFRemoteDesktopManager_get_SupportEngineer(This,pVal) \
  152. (This)->lpVtbl -> get_SupportEngineer(This,pVal)
  153. #endif /* COBJMACROS */
  154. #endif /* C style interface */
  155. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISAFRemoteDesktopManager_Accepted_Proxy(
  156. ISAFRemoteDesktopManager __RPC_FAR * This);
  157. void __RPC_STUB ISAFRemoteDesktopManager_Accepted_Stub(
  158. IRpcStubBuffer *This,
  159. IRpcChannelBuffer *_pRpcChannelBuffer,
  160. PRPC_MESSAGE _pRpcMessage,
  161. DWORD *_pdwStubPhase);
  162. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISAFRemoteDesktopManager_Rejected_Proxy(
  163. ISAFRemoteDesktopManager __RPC_FAR * This);
  164. void __RPC_STUB ISAFRemoteDesktopManager_Rejected_Stub(
  165. IRpcStubBuffer *This,
  166. IRpcChannelBuffer *_pRpcChannelBuffer,
  167. PRPC_MESSAGE _pRpcMessage,
  168. DWORD *_pdwStubPhase);
  169. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ISAFRemoteDesktopManager_Aborted_Proxy(
  170. ISAFRemoteDesktopManager __RPC_FAR * This,
  171. /* [in] */ BSTR Val);
  172. void __RPC_STUB ISAFRemoteDesktopManager_Aborted_Stub(
  173. IRpcStubBuffer *This,
  174. IRpcChannelBuffer *_pRpcChannelBuffer,
  175. PRPC_MESSAGE _pRpcMessage,
  176. DWORD *_pdwStubPhase);
  177. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISAFRemoteDesktopManager_get_RCTicket_Proxy(
  178. ISAFRemoteDesktopManager __RPC_FAR * This,
  179. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  180. void __RPC_STUB ISAFRemoteDesktopManager_get_RCTicket_Stub(
  181. IRpcStubBuffer *This,
  182. IRpcChannelBuffer *_pRpcChannelBuffer,
  183. PRPC_MESSAGE _pRpcMessage,
  184. DWORD *_pdwStubPhase);
  185. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISAFRemoteDesktopManager_get_DesktopUnknown_Proxy(
  186. ISAFRemoteDesktopManager __RPC_FAR * This,
  187. /* [retval][out] */ BOOL __RPC_FAR *pVal);
  188. void __RPC_STUB ISAFRemoteDesktopManager_get_DesktopUnknown_Stub(
  189. IRpcStubBuffer *This,
  190. IRpcChannelBuffer *_pRpcChannelBuffer,
  191. PRPC_MESSAGE _pRpcMessage,
  192. DWORD *_pdwStubPhase);
  193. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISAFRemoteDesktopManager_get_SupportEngineer_Proxy(
  194. ISAFRemoteDesktopManager __RPC_FAR * This,
  195. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  196. void __RPC_STUB ISAFRemoteDesktopManager_get_SupportEngineer_Stub(
  197. IRpcStubBuffer *This,
  198. IRpcChannelBuffer *_pRpcChannelBuffer,
  199. PRPC_MESSAGE _pRpcMessage,
  200. DWORD *_pdwStubPhase);
  201. #endif /* __ISAFRemoteDesktopManager_INTERFACE_DEFINED__ */
  202. #ifndef __ISAFRDMLib_LIBRARY_DEFINED__
  203. #define __ISAFRDMLib_LIBRARY_DEFINED__
  204. /* library ISAFRDMLib */
  205. /* [helpstring][version][uuid] */
  206. EXTERN_C const IID LIBID_ISAFRDMLib;
  207. EXTERN_C const CLSID CLSID_SAFRemoteDesktopManager;
  208. #ifdef __cplusplus
  209. class DECLSPEC_UUID("04F34B7F-0241-455A-9DCD-25471E111409")
  210. SAFRemoteDesktopManager;
  211. #endif
  212. #endif /* __ISAFRDMLib_LIBRARY_DEFINED__ */
  213. /* Additional Prototypes for ALL interfaces */
  214. unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
  215. unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  216. unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  217. void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
  218. /* end of Additional Prototypes */
  219. #ifdef __cplusplus
  220. }
  221. #endif
  222. #endif