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.

62 lines
2.1 KiB

  1. //----------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2001.
  5. //
  6. // File: stdafx.cpp
  7. //
  8. // Contents: WiF Policy Snapin
  9. //
  10. //
  11. // History: TaroonM
  12. // 10/30/01
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "stdafx.h"
  16. // wifi snapin guids:
  17. // {2DA6AA7F-8C88-4194-A558-0D36E7FD3E64}
  18. const CLSID CLSID_Snapin = { 0x2da6aa7f, 0x8c88, 0x4194, { 0xa5, 0x58, 0xd, 0x36, 0xe7, 0xfd, 0x3e, 0x64 } };
  19. const wchar_t* cszSnapin = L"{2DA6AA7F-8C88-4194-A558-0D36E7FD3E64}";
  20. // {DEA8AFA1-CC85-11d0-9CE2-0080C7221EBD}
  21. const wchar_t *cszSnapin_ext = L"{827CE1A1-8255-4165-8C83-8379F8C127AE}";
  22. const CLSID CLSID_Extension = { 0x827ce1a1, 0x8255, 0x4165, { 0x8c, 0x83, 0x83, 0x79, 0xf8, 0xc1, 0x27, 0xae } };
  23. // {DD468E14-AF42-4d63-8908-EDAC4A9E67AE}
  24. const wchar_t *cszAbout = L"{DD468E14-AF42-4d63-8908-EDAC4A9E67AE}";
  25. const CLSID CLSID_About = { 0xdd468e14, 0xaf42, 0x4d63, { 0x89, 0x8, 0xed, 0xac, 0x4a, 0x9e, 0x67, 0xae } };
  26. const CLSID CLSID_WIRELESSClientEx = {0x0acdd40c, 0x75ac, 0x47ab, {0xba, 0xa0, 0xbf, 0x6d, 0xe7, 0xe7, 0xfe, 0x63 } };
  27. // TODO: object types should be defined in the derived object class headers?
  28. // OBJECT TYPE for Scope Nodes.
  29. // "Wireless Network Policy Management" static folder NodeType GUID in numeric & string formats.
  30. const GUID cNodeTypeWirelessMan = { 0x36d6ca65, 0x3367, 0x49de, { 0xbb, 0x22, 0x19, 0x7, 0x55, 0x4f, 0x60, 0x75 } };
  31. const wchar_t* cszNodeTypeWirelessMan = L"{36D6CA65-3367-49de-BB22-1907554F6075}";
  32. // OBJECT TYPE for result items.
  33. // "Security Policy" result NodeType GUID in numeric & string formats.
  34. const GUID cObjectTypeSecPolRes = { 0xd92e13c0, 0x3ab0, 0x11d1, { 0x89, 0xdb, 0x0, 0xa0, 0x24, 0xcd, 0xd4, 0xde } };
  35. const wchar_t* cszObjectTypeSecPolRes = L"{D92E13C0-3AB0-11d1-89DB-00A024CDD4DE}";
  36. // GPE guid
  37. const GUID cGPEguid = { 0x8fc0b735, 0xa0e1, 0x11d1, { 0xa7, 0xd3, 0x0, 0x0, 0xf8, 0x75, 0x71, 0xe3} };
  38. // Published formats
  39. const wchar_t* SNAPIN_WORKSTATION = L"SNAPIN_WORKSTATION"; // Extension