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.

26 lines
703 B

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1997-1998 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: iasplcy.h
  6. //
  7. // Project: Everest
  8. //
  9. // Description: IAS Policy Initialization / Shutdown Function Prototypes
  10. //
  11. // Author: Todd L. Paul 11/11/97
  12. //
  13. ///////////////////////////////////////////////////////////////////////////
  14. #ifndef __IAS_POLICY_API_H_
  15. #define __IAS_POLICY_API_H_
  16. #include <ias.h>
  17. STDAPI_(DWORD) IASPolicyInitialize(void);
  18. STDAPI_(DWORD) IASPolicyShutdown(void);
  19. STDAPI_(DWORD) IASPipelineInitialize(void);
  20. STDAPI_(DWORD) IASPipelineShutdown(void);
  21. #endif // __IAS_POLICY_API_H_