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.

42 lines
1.5 KiB

  1. // Copyright (c) Microsoft Corporation. All rights reserved.
  2. //+-------------------------------------------------------------------------
  3. //
  4. // Microsoft Windows
  5. //
  6. // File: trk.idl
  7. //
  8. // Contents: Types common between Tracking (Workstation) Service
  9. // and Tracking (Server) Service interfaces.
  10. //
  11. // Classes:
  12. //
  13. // Functions:
  14. //
  15. // History:
  16. //
  17. //--------------------------------------------------------------------------
  18. import "wtypes.idl";
  19. cpp_quote("#ifndef LINKDATA_AS_CLASS")
  20. #include "linkdata.hxx"
  21. cpp_quote("#endif")
  22. const DWORD TRK_E_FIRST = 0x0dead100;
  23. const DWORD TRK_S_OUT_OF_SYNC = 0x0dead100;
  24. const DWORD TRK_E_REFERRAL = 0x8dead101;
  25. const DWORD TRK_S_VOLUME_NOT_FOUND = 0x0dead102;
  26. const DWORD TRK_S_VOLUME_NOT_OWNED = 0x0dead103;
  27. const DWORD TRK_E_UNAVAILABLE = 0x8dead104;
  28. const DWORD TRK_E_TIMEOUT = 0x8dead105;
  29. const DWORD TRK_E_POTENTIAL_FILE_FOUND = 0x8dead106;
  30. const DWORD TRK_S_NOTIFICATION_QUOTA_EXCEEDED = 0x0dead107;
  31. const DWORD TRK_E_NOT_FOUND_BUT_LAST_VOLUME_FOUND = 0x8dead108;
  32. const DWORD TRK_E_NOT_FOUND_AND_LAST_VOLUME_NOT_FOUND = 0x8dead109;
  33. const DWORD TRK_E_NULL_COMPUTERNAME = 0x8dead10a;
  34. const DWORD TRK_S_VOLUME_NOT_SYNCED = 0x0dead10b;
  35. const DWORD TRK_E_LAST = TRK_S_VOLUME_NOT_SYNCED;