Source code of Windows XP (NT5)
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.

142 lines
2.9 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. #include "rpc.h"
  11. #include "rpcndr.h"
  12. #ifndef COM_NO_WINDOWS_H
  13. #include "windows.h"
  14. #include "ole2.h"
  15. #endif /*COM_NO_WINDOWS_H*/
  16. #ifndef __Snapin_h__
  17. #define __Snapin_h__
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif
  21. /* Forward Declarations */
  22. #ifndef __IComponent_FWD_DEFINED__
  23. #define __IComponent_FWD_DEFINED__
  24. typedef interface IComponent IComponent;
  25. #endif /* __IComponent_FWD_DEFINED__ */
  26. /* header files for imported files */
  27. #include "oaidl.h"
  28. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  29. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  30. #ifndef __IComponent_INTERFACE_DEFINED__
  31. #define __IComponent_INTERFACE_DEFINED__
  32. /****************************************
  33. * Generated header for interface: IComponent
  34. * at Thu Oct 03 17:06:29 1996
  35. * using MIDL 3.00.15
  36. ****************************************/
  37. /* [unique][helpstring][uuid][object] */
  38. EXTERN_C const IID IID_IComponent;
  39. #if defined(__cplusplus) && !defined(CINTERFACE)
  40. interface IComponent : public IUnknown
  41. {
  42. public:
  43. };
  44. #else /* C style interface */
  45. typedef struct IComponentVtbl
  46. {
  47. BEGIN_INTERFACE
  48. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  49. IComponent __RPC_FAR * This,
  50. /* [in] */ REFIID riid,
  51. /* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  52. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  53. IComponent __RPC_FAR * This);
  54. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  55. IComponent __RPC_FAR * This);
  56. END_INTERFACE
  57. } IComponentVtbl;
  58. interface IComponent
  59. {
  60. CONST_VTBL struct IComponentVtbl __RPC_FAR *lpVtbl;
  61. };
  62. #ifdef COBJMACROS
  63. #define IComponent_QueryInterface(This,riid,ppvObject) \
  64. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  65. #define IComponent_AddRef(This) \
  66. (This)->lpVtbl -> AddRef(This)
  67. #define IComponent_Release(This) \
  68. (This)->lpVtbl -> Release(This)
  69. #endif /* COBJMACROS */
  70. #endif /* C style interface */
  71. #endif /* __IComponent_INTERFACE_DEFINED__ */
  72. #ifndef __SNAPINLib_LIBRARY_DEFINED__
  73. #define __SNAPINLib_LIBRARY_DEFINED__
  74. /****************************************
  75. * Generated header for library: SNAPINLib
  76. * at Thu Oct 03 17:06:29 1996
  77. * using MIDL 3.00.15
  78. ****************************************/
  79. /* [helpstring][version][uuid] */
  80. EXTERN_C const IID LIBID_SNAPINLib;
  81. #ifdef __cplusplus
  82. EXTERN_C const CLSID CLSID_Snapin;
  83. class Snapin;
  84. #endif
  85. #endif /* __SNAPINLib_LIBRARY_DEFINED__ */
  86. /* Additional Prototypes for ALL interfaces */
  87. /* end of Additional Prototypes */
  88. #ifdef __cplusplus
  89. }
  90. #endif
  91. #endif