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.

149 lines
3.2 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 3.00.15 */
  3. /* at Thu Oct 03 17:06:29 1996
  4. */
  5. /* Compiler settings for Snapin.idl:
  6. Os, W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: none
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. #pragma warning(push,3)
  11. #include "rpc.h"
  12. #include "rpcndr.h"
  13. #ifndef COM_NO_WINDOWS_H
  14. #include "windows.h"
  15. #include "ole2.h"
  16. #endif /*COM_NO_WINDOWS_H*/
  17. #ifndef __Snapin_h__
  18. #define __Snapin_h__
  19. #ifdef __cplusplus
  20. extern "C"{
  21. #endif
  22. /* Forward Declarations */
  23. #ifndef __IComponent_FWD_DEFINED__
  24. #define __IComponent_FWD_DEFINED__
  25. typedef interface IComponent IComponent;
  26. #endif /* __IComponent_FWD_DEFINED__ */
  27. /* header files for imported files */
  28. #include "oaidl.h"
  29. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  30. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  31. #ifndef __IComponent_INTERFACE_DEFINED__
  32. #define __IComponent_INTERFACE_DEFINED__
  33. /****************************************
  34. * Generated header for interface: IComponent
  35. * at Thu Oct 03 17:06:29 1996
  36. * using MIDL 3.00.15
  37. ****************************************/
  38. /* [unique][helpstring][uuid][object] */
  39. EXTERN_C const IID IID_IComponent;
  40. #if defined(__cplusplus) && !defined(CINTERFACE)
  41. interface IComponent : public IUnknown
  42. {
  43. public:
  44. };
  45. #else /* C style interface */
  46. typedef struct IComponentVtbl
  47. {
  48. BEGIN_INTERFACE
  49. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  50. IComponent __RPC_FAR * This,
  51. /* [in] */ REFIID riid,
  52. /* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  53. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  54. IComponent __RPC_FAR * This);
  55. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  56. IComponent __RPC_FAR * This);
  57. END_INTERFACE
  58. } IComponentVtbl;
  59. interface IComponent
  60. {
  61. CONST_VTBL struct IComponentVtbl __RPC_FAR *lpVtbl;
  62. };
  63. #ifdef COBJMACROS
  64. #define IComponent_QueryInterface(This,riid,ppvObject) \
  65. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  66. #define IComponent_AddRef(This) \
  67. (This)->lpVtbl -> AddRef(This)
  68. #define IComponent_Release(This) \
  69. (This)->lpVtbl -> Release(This)
  70. #endif /* COBJMACROS */
  71. #endif /* C style interface */
  72. #endif /* __IComponent_INTERFACE_DEFINED__ */
  73. #ifndef __SNAPINLib_LIBRARY_DEFINED__
  74. #define __SNAPINLib_LIBRARY_DEFINED__
  75. /****************************************
  76. * Generated header for library: SNAPINLib
  77. * at Thu Oct 03 17:06:29 1996
  78. * using MIDL 3.00.15
  79. ****************************************/
  80. /* [helpstring][version][uuid] */
  81. EXTERN_C const IID LIBID_SNAPINLib;
  82. #ifdef __cplusplus
  83. EXTERN_C const CLSID CLSID_Snapin;
  84. EXTERN_C const CLSID CLSID_LSSnapin;
  85. EXTERN_C const CLSID CLSID_SCESnapin;
  86. EXTERN_C const CLSID CLSID_SAVSnapin;
  87. class Snapin;
  88. #endif
  89. #endif /* __SNAPINLib_LIBRARY_DEFINED__ */
  90. /* Additional Prototypes for ALL interfaces */
  91. /* end of Additional Prototypes */
  92. #ifdef __cplusplus
  93. }
  94. #endif
  95. #pragma warning(pop)
  96. #endif