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.

108 lines
2.5 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3. /* File created by MIDL compiler version 5.03.0279 */
  4. /* Compiler settings for hotfixmanager.idl:
  5. Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  13. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  14. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  15. #endif
  16. #include "rpc.h"
  17. #include "rpcndr.h"
  18. #ifndef __RPCNDR_H_VERSION__
  19. #error this stub requires an updated version of <rpcndr.h>
  20. #endif // __RPCNDR_H_VERSION__
  21. #ifndef __hotfixmanager_h__
  22. #define __hotfixmanager_h__
  23. /* Forward Declarations */
  24. #ifndef __Hotfix_Manager_FWD_DEFINED__
  25. #define __Hotfix_Manager_FWD_DEFINED__
  26. #ifdef __cplusplus
  27. typedef class Hotfix_Manager Hotfix_Manager;
  28. #else
  29. typedef struct Hotfix_Manager Hotfix_Manager;
  30. #endif /* __cplusplus */
  31. #endif /* __Hotfix_Manager_FWD_DEFINED__ */
  32. #ifndef __Hotfix_ManagerAbout_FWD_DEFINED__
  33. #define __Hotfix_ManagerAbout_FWD_DEFINED__
  34. #ifdef __cplusplus
  35. typedef class Hotfix_ManagerAbout Hotfix_ManagerAbout;
  36. #else
  37. typedef struct Hotfix_ManagerAbout Hotfix_ManagerAbout;
  38. #endif /* __cplusplus */
  39. #endif /* __Hotfix_ManagerAbout_FWD_DEFINED__ */
  40. /* header files for imported files */
  41. #include "oaidl.h"
  42. #include "ocidl.h"
  43. #ifdef __cplusplus
  44. extern "C"{
  45. #endif
  46. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  47. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  48. #ifndef __HOTFIXMANAGERLib_LIBRARY_DEFINED__
  49. #define __HOTFIXMANAGERLib_LIBRARY_DEFINED__
  50. /* library HOTFIXMANAGERLib */
  51. /* [helpstring][version][uuid] */
  52. EXTERN_C const IID LIBID_HOTFIXMANAGERLib;
  53. EXTERN_C const CLSID CLSID_Hotfix_Manager;
  54. #ifdef __cplusplus
  55. class DECLSPEC_UUID("E810E1EB-6B52-45D0-AB07-FB4B04392AB4")
  56. Hotfix_Manager;
  57. #endif
  58. EXTERN_C const CLSID CLSID_Hotfix_ManagerAbout;
  59. #ifdef __cplusplus
  60. class DECLSPEC_UUID("4F0EBD75-DA9D-4D09-8A2E-9AF1D6E02511")
  61. Hotfix_ManagerAbout;
  62. #endif
  63. #endif /* __HOTFIXMANAGERLib_LIBRARY_DEFINED__ */
  64. /* Additional Prototypes for ALL interfaces */
  65. /* end of Additional Prototypes */
  66. #ifdef __cplusplus
  67. }
  68. #endif
  69. #endif