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.

167 lines
3.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: dsplex.h
  8. //
  9. //--------------------------------------------------------------------------
  10. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  11. /* File created by MIDL compiler version 3.01.75 */
  12. /* at Thu Nov 20 11:17:48 1997
  13. */
  14. /* Compiler settings for dsplex.idl:
  15. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  16. error checks: none
  17. */
  18. //@@MIDL_FILE_HEADING( )
  19. #include "rpc.h"
  20. #include "rpcndr.h"
  21. #ifndef COM_NO_WINDOWS_H
  22. #include "windows.h"
  23. #include "ole2.h"
  24. #endif /*COM_NO_WINDOWS_H*/
  25. #ifndef __dsplex_h__
  26. #define __dsplex_h__
  27. #ifdef __cplusplus
  28. extern "C"{
  29. #endif
  30. /* Forward Declarations */
  31. #ifndef __IDisplEx_FWD_DEFINED__
  32. #define __IDisplEx_FWD_DEFINED__
  33. typedef interface IDisplEx IDisplEx;
  34. #endif /* __IDisplEx_FWD_DEFINED__ */
  35. #ifndef __DisplEx_FWD_DEFINED__
  36. #define __DisplEx_FWD_DEFINED__
  37. #ifdef __cplusplus
  38. typedef class DisplEx DisplEx;
  39. #else
  40. typedef struct DisplEx DisplEx;
  41. #endif /* __cplusplus */
  42. #endif /* __DisplEx_FWD_DEFINED__ */
  43. /* header files for imported files */
  44. #include "oaidl.h"
  45. #include "ocidl.h"
  46. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  47. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  48. #ifndef __IDisplEx_INTERFACE_DEFINED__
  49. #define __IDisplEx_INTERFACE_DEFINED__
  50. /****************************************
  51. * Generated header for interface: IDisplEx
  52. * at Thu Nov 20 11:17:48 1997
  53. * using MIDL 3.01.75
  54. ****************************************/
  55. /* [object][unique][helpstring][uuid] */
  56. EXTERN_C const IID IID_IDisplEx;
  57. #if defined(__cplusplus) && !defined(CINTERFACE)
  58. interface DECLSPEC_UUID("7D197470-607C-11D1-9FED-00600832DB4A")
  59. IDisplEx : public IUnknown
  60. {
  61. public:
  62. };
  63. #else /* C style interface */
  64. typedef struct IDisplExVtbl
  65. {
  66. BEGIN_INTERFACE
  67. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  68. IDisplEx __RPC_FAR * This,
  69. /* [in] */ REFIID riid,
  70. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  71. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  72. IDisplEx __RPC_FAR * This);
  73. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  74. IDisplEx __RPC_FAR * This);
  75. END_INTERFACE
  76. } IDisplExVtbl;
  77. interface IDisplEx
  78. {
  79. CONST_VTBL struct IDisplExVtbl __RPC_FAR *lpVtbl;
  80. };
  81. #ifdef COBJMACROS
  82. #define IDisplEx_QueryInterface(This,riid,ppvObject) \
  83. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  84. #define IDisplEx_AddRef(This) \
  85. (This)->lpVtbl -> AddRef(This)
  86. #define IDisplEx_Release(This) \
  87. (This)->lpVtbl -> Release(This)
  88. #endif /* COBJMACROS */
  89. #endif /* C style interface */
  90. #endif /* __IDisplEx_INTERFACE_DEFINED__ */
  91. #ifndef __DSPLEXLib_LIBRARY_DEFINED__
  92. #define __DSPLEXLib_LIBRARY_DEFINED__
  93. /****************************************
  94. * Generated header for library: DSPLEXLib
  95. * at Thu Nov 20 11:17:48 1997
  96. * using MIDL 3.01.75
  97. ****************************************/
  98. /* [helpstring][version][uuid] */
  99. EXTERN_C const IID LIBID_DSPLEXLib;
  100. #ifdef __cplusplus
  101. EXTERN_C const CLSID CLSID_DisplEx;
  102. class DECLSPEC_UUID("7D197471-607C-11D1-9FED-00600832DB4A")
  103. DisplEx;
  104. #endif
  105. #endif /* __DSPLEXLib_LIBRARY_DEFINED__ */
  106. /* Additional Prototypes for ALL interfaces */
  107. /* end of Additional Prototypes */
  108. #ifdef __cplusplus
  109. }
  110. #endif
  111. #endif