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.

24 lines
634 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: cspolicy.h
  7. //
  8. // Contents: Cert Server Policy interfaces
  9. //
  10. // History: 25-Jul-96 vich created
  11. //
  12. //---------------------------------------------------------------------------
  13. #ifndef __CSPOLICY_H__
  14. #define __CSPOLICY_H__
  15. //+****************************************************
  16. // Policy Module:
  17. DWORD // VR_PENDING || VR_INSTANT_OK || VR_INSTANT_BAD
  18. PolicyVerifyRequest(
  19. IN DWORD ReqId);
  20. #endif // __CSPOLICY_H__