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.

37 lines
628 B

  1. #include "precomp.h"
  2. typedef enum tagIEAKLITEGROUP
  3. {
  4. IL_ACTIVESETUP = 0,
  5. IL_CORPINSTALL,
  6. IL_CABSIGN,
  7. IL_ICM,
  8. IL_BROWSER,
  9. IL_URL,
  10. IL_FAV,
  11. IL_UASTR,
  12. IL_CONNECT,
  13. IL_SIGNUP,
  14. IL_CERT,
  15. IL_ZONES,
  16. IL_PROGRAMS,
  17. IL_MAILNEWS,
  18. IL_ADM,
  19. IL_END
  20. };
  21. typedef struct tagIEAKLITEINFO
  22. {
  23. WORD idGroupName;
  24. WORD idCorpDesc;
  25. WORD idICPDesc;
  26. WORD idISPDesc;
  27. int iListBox;
  28. BOOL fICP;
  29. BOOL fISP;
  30. BOOL fCorp;
  31. BOOL fEnabled;
  32. } IEAKLITEINFO;
  33. #define NUM_GROUPS IL_END
  34. extern IEAKLITEINFO g_IEAKLiteArray[NUM_GROUPS];