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.

46 lines
1.5 KiB

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. ful.h
  5. Abstract:
  6. CFaultUpload class definition
  7. Revision History:
  8. created derekm 03/14/00
  9. ******************************************************************************/
  10. #ifndef XMLTP_H
  11. #define XMLTP_H
  12. const WCHAR c_wszFileTag[] = L"FILE";
  13. const WCHAR c_wszHistTag[] = L"WQLHIST";
  14. const WCHAR c_wszWQLTag[] = L"WQL";
  15. const WCHAR c_wszSigTag[] = L"SIG";
  16. const WCHAR c_wszMinidumpTag[] = L"MINIDUMP";
  17. const WCHAR c_wszURLTag[] = L"FINALURL";
  18. const WCHAR c_wszSigMatchTag[] = L"SIGMATCH";
  19. const WCHAR c_wszPropTag[] = L"PROP";
  20. const WCHAR c_wszOSITag[] = L"OSINFO";
  21. const WCHAR c_wszHdrTag[] = L"HEADER";
  22. const WCHAR c_wszTypeAttr[] = L"Type";
  23. const WCHAR c_wszSendAttr[] = L"Send";
  24. const WCHAR c_wszAAttr[] = L"AppName";
  25. const WCHAR c_wszAVAttr[] = L"AppVer";
  26. const WCHAR c_wszMAttr[] = L"ModName";
  27. const WCHAR c_wszMVAttr[] = L"ModVer";
  28. const WCHAR c_wszOffAttr[] = L"Offset";
  29. const WCHAR c_wszNameAttr[] = L"Name";
  30. const WCHAR c_wszValueAttr[] = L"Value";
  31. const WCHAR c_wszOSVerAttr[] = L"OSVer";
  32. const WCHAR c_wszOSBuildAttr[] = L"OSBuild";
  33. const WCHAR c_wszOSPlatAttr[] = L"OSPlatform";
  34. const WCHAR c_wszOSSPStrAttr[] = L"OSSPStr";
  35. const WCHAR c_wszOSSPVerAttr[] = L"OSSPVer";
  36. const WCHAR c_wszOSSuiteAttr[] = L"OSSuite";
  37. const WCHAR c_wszOSTypeAttr[] = L"OSType";
  38. #endif