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.

31 lines
622 B

  1. ////////////////////////////////////////////////////////////////////////
  2. //
  3. // Header : nshpa.h
  4. //
  5. // Purpose : Policy agent related services.
  6. //
  7. // Developers Name : Bharat/Radhika
  8. //
  9. // History :
  10. //
  11. // Date Author Comments
  12. // 9-8-2001 Bharat Initial Version. V1.0
  13. //
  14. ////////////////////////////////////////////////////////////////////////
  15. #ifndef _NSHPA_H_
  16. #define _NSHPA_H_
  17. // const defs
  18. const _TCHAR szPolAgent[] = _TEXT("policyagent");
  19. //
  20. //Chacks for policyagent runnning or not.
  21. //
  22. BOOL
  23. PAIsRunning(
  24. OUT DWORD &dwReturn,
  25. IN LPTSTR szServ = NULL
  26. );
  27. #endif