Source code of Windows XP (NT5)
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.

60 lines
582 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. wirelessspd.h
  5. Abstract:
  6. This module contains all of the code prototypes
  7. to drive the wireless Policy .
  8. Author:
  9. abhisheV 30-September-1999
  10. Environment
  11. User Level: Win32
  12. Revision History:
  13. --*/
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. #define SERVICE_CONTROL_NEW_LOCAL_POLICY 129
  18. #define SERVICE_CONTROL_FORCED_POLICY_RELOAD 130
  19. VOID
  20. WirelessSPDShutdown(
  21. IN DWORD dwErrorCode
  22. );
  23. VOID
  24. ClearSPDGlobals(
  25. );
  26. VOID
  27. InitMiscGlobals(
  28. );
  29. #ifdef __cplusplus
  30. }
  31. #endif