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.

114 lines
2.3 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 6.00.0347 */
  4. /* Compiler settings for certsrvd.idl:
  5. Oicf, W1, Zp8, env=Win32 (32b run)
  6. protocol : dce , ms_ext, c_ext, robust
  7. error checks: allocation ref bounds_check enum stub_data
  8. VC __declspec() decoration level:
  9. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  10. DECLSPEC_UUID(), MIDL_INTERFACE()
  11. */
  12. //@@MIDL_FILE_HEADING( )
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef __certsrvd_h__
  23. #define __certsrvd_h__
  24. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  25. #pragma once
  26. #endif
  27. /* Forward Declarations */
  28. #ifndef __CCertAdminD_FWD_DEFINED__
  29. #define __CCertAdminD_FWD_DEFINED__
  30. #ifdef __cplusplus
  31. typedef class CCertAdminD CCertAdminD;
  32. #else
  33. typedef struct CCertAdminD CCertAdminD;
  34. #endif /* __cplusplus */
  35. #endif /* __CCertAdminD_FWD_DEFINED__ */
  36. #ifndef __CCertRequestD_FWD_DEFINED__
  37. #define __CCertRequestD_FWD_DEFINED__
  38. #ifdef __cplusplus
  39. typedef class CCertRequestD CCertRequestD;
  40. #else
  41. typedef struct CCertRequestD CCertRequestD;
  42. #endif /* __cplusplus */
  43. #endif /* __CCertRequestD_FWD_DEFINED__ */
  44. /* header files for imported files */
  45. #include "unknwn.h"
  46. #include "certbase.h"
  47. #include "certsrvi.h"
  48. #ifdef __cplusplus
  49. extern "C"{
  50. #endif
  51. void * __RPC_USER MIDL_user_allocate(size_t);
  52. void __RPC_USER MIDL_user_free( void * );
  53. #ifndef __ServerLib_LIBRARY_DEFINED__
  54. #define __ServerLib_LIBRARY_DEFINED__
  55. /* library ServerLib */
  56. /* [helpstring][version][uuid] */
  57. EXTERN_C const IID LIBID_ServerLib;
  58. EXTERN_C const CLSID CLSID_CCertAdminD;
  59. #ifdef __cplusplus
  60. class DECLSPEC_UUID("d99e6e73-fc88-11d0-b498-00a0c90312f3")
  61. CCertAdminD;
  62. #endif
  63. EXTERN_C const CLSID CLSID_CCertRequestD;
  64. #ifdef __cplusplus
  65. class DECLSPEC_UUID("d99e6e74-fc88-11d0-b498-00a0c90312f3")
  66. CCertRequestD;
  67. #endif
  68. #endif /* __ServerLib_LIBRARY_DEFINED__ */
  69. /* Additional Prototypes for ALL interfaces */
  70. /* end of Additional Prototypes */
  71. #ifdef __cplusplus
  72. }
  73. #endif
  74. #endif