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.

85 lines
1.7 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: displ2.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 Mon Jan 12 12:51:27 1998
  13. */
  14. /* Compiler settings for displ2.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 __displ2_h__
  22. #define __displ2_h__
  23. #ifdef __cplusplus
  24. extern "C"{
  25. #endif
  26. /* Forward Declarations */
  27. #ifndef __DsplMgr2_FWD_DEFINED__
  28. #define __DsplMgr2_FWD_DEFINED__
  29. #ifdef __cplusplus
  30. typedef class DsplMgr2 DsplMgr2;
  31. #else
  32. typedef struct DsplMgr2 DsplMgr2;
  33. #endif /* __cplusplus */
  34. #endif /* __DsplMgr2_FWD_DEFINED__ */
  35. /* header files for imported files */
  36. #include "oaidl.h"
  37. #include "ocidl.h"
  38. #include "mmc.h"
  39. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  40. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  41. #ifndef __DISPL2Lib_LIBRARY_DEFINED__
  42. #define __DISPL2Lib_LIBRARY_DEFINED__
  43. /****************************************
  44. * Generated header for library: DISPL2Lib
  45. * at Mon Jan 12 12:51:27 1998
  46. * using MIDL 3.01.75
  47. ****************************************/
  48. /* [helpstring][version][uuid] */
  49. EXTERN_C const IID LIBID_DISPL2Lib;
  50. #ifdef __cplusplus
  51. EXTERN_C const CLSID CLSID_DsplMgr2;
  52. class DECLSPEC_UUID("885B3BAE-43F9-11D1-9FD4-00600832DB4A")
  53. DsplMgr2;
  54. #endif
  55. #endif /* __DISPL2Lib_LIBRARY_DEFINED__ */
  56. /* Additional Prototypes for ALL interfaces */
  57. /* end of Additional Prototypes */
  58. #ifdef __cplusplus
  59. }
  60. #endif
  61. #endif