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.

95 lines
2.9 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. /* at Thu Aug 12 16:02:12 1999
  5. */
  6. /* Compiler settings for certrpc.idl:
  7. Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext, robust
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  17. #endif
  18. #include "rpc.h"
  19. #include "rpcndr.h"
  20. #ifndef __RPCNDR_H_VERSION__
  21. #error this stub requires an updated version of <rpcndr.h>
  22. #endif // __RPCNDR_H_VERSION__
  23. #ifndef __certrpc_h__
  24. #define __certrpc_h__
  25. /* Forward Declarations */
  26. /* header files for imported files */
  27. #include "certbase.h"
  28. #ifdef __cplusplus
  29. extern "C"{
  30. #endif
  31. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  32. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  33. #ifndef __ICertPassage_INTERFACE_DEFINED__
  34. #define __ICertPassage_INTERFACE_DEFINED__
  35. /* interface ICertPassage */
  36. /* [auto_handle][unique][uuid] */
  37. /* client prototype */
  38. DWORD CertServerRequest(
  39. /* [in] */ handle_t h,
  40. /* [in] */ DWORD dwFlags,
  41. /* [unique][string][in] */ const wchar_t __RPC_FAR *pwszAuthority,
  42. /* [ref][out][in] */ DWORD __RPC_FAR *pdwRequestId,
  43. /* [out] */ DWORD __RPC_FAR *pdwDisposition,
  44. /* [ref][in] */ const CERTTRANSBLOB __RPC_FAR *pctbAttribs,
  45. /* [ref][in] */ const CERTTRANSBLOB __RPC_FAR *pctbRequest,
  46. /* [ref][out] */ CERTTRANSBLOB __RPC_FAR *pctbCert,
  47. /* [ref][out] */ CERTTRANSBLOB __RPC_FAR *pctbEncodedCert,
  48. /* [ref][out] */ CERTTRANSBLOB __RPC_FAR *pctbDispositionMessage);
  49. /* server prototype */
  50. DWORD s_CertServerRequest(
  51. /* [in] */ handle_t h,
  52. /* [in] */ DWORD dwFlags,
  53. /* [unique][string][in] */ const wchar_t __RPC_FAR *pwszAuthority,
  54. /* [ref][out][in] */ DWORD __RPC_FAR *pdwRequestId,
  55. /* [out] */ DWORD __RPC_FAR *pdwDisposition,
  56. /* [ref][in] */ const CERTTRANSBLOB __RPC_FAR *pctbAttribs,
  57. /* [ref][in] */ const CERTTRANSBLOB __RPC_FAR *pctbRequest,
  58. /* [ref][out] */ CERTTRANSBLOB __RPC_FAR *pctbCert,
  59. /* [ref][out] */ CERTTRANSBLOB __RPC_FAR *pctbEncodedCert,
  60. /* [ref][out] */ CERTTRANSBLOB __RPC_FAR *pctbDispositionMessage);
  61. extern RPC_IF_HANDLE ICertPassage_v0_0_c_ifspec;
  62. extern RPC_IF_HANDLE s_ICertPassage_v0_0_s_ifspec;
  63. #endif /* __ICertPassage_INTERFACE_DEFINED__ */
  64. /* Additional Prototypes for ALL interfaces */
  65. /* end of Additional Prototypes */
  66. #ifdef __cplusplus
  67. }
  68. #endif
  69. #endif