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.

116 lines
2.5 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for certsrvd.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , 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. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  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 "certadmd.h"
  48. #include "certreqd.h"
  49. #ifdef __cplusplus
  50. extern "C"{
  51. #endif
  52. void * __RPC_USER MIDL_user_allocate(size_t);
  53. void __RPC_USER MIDL_user_free( void * );
  54. #ifndef __ServerLib_LIBRARY_DEFINED__
  55. #define __ServerLib_LIBRARY_DEFINED__
  56. /* library ServerLib */
  57. /* [helpstring][version][uuid] */
  58. EXTERN_C const IID LIBID_ServerLib;
  59. EXTERN_C const CLSID CLSID_CCertAdminD;
  60. #ifdef __cplusplus
  61. class DECLSPEC_UUID("d99e6e73-fc88-11d0-b498-00a0c90312f3")
  62. CCertAdminD;
  63. #endif
  64. EXTERN_C const CLSID CLSID_CCertRequestD;
  65. #ifdef __cplusplus
  66. class DECLSPEC_UUID("d99e6e74-fc88-11d0-b498-00a0c90312f3")
  67. CCertRequestD;
  68. #endif
  69. #endif /* __ServerLib_LIBRARY_DEFINED__ */
  70. /* Additional Prototypes for ALL interfaces */
  71. /* end of Additional Prototypes */
  72. #ifdef __cplusplus
  73. }
  74. #endif
  75. #endif