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.

27 lines
588 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: sipprov.h
  8. //
  9. //--------------------------------------------------------------------------
  10. //
  11. // sipprov.h
  12. //
  13. // Miscellaneous definitions to be shared between
  14. // the pieces of our NT trust provider and its SIPs
  15. //
  16. //
  17. // internal definitions that help us process things
  18. //
  19. typedef enum
  20. {
  21. SUBJTYPE_NONE = 0,
  22. SUBJTYPE_FILE = 1,
  23. SUBJTYPE_FILEANDDISPLAY = 2
  24. } SUBJTYPE;