smpxp.h 1.2 KB

12345678910111213141516171819202122
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #define BASE_ID 0x6600
  7. #define PR_SAMPLE_DISPLAY_NAME PROP_TAG (PT_TSTRING,(BASE_ID + 0x0001))
  8. #define PR_SAMPLE_EMAIL_ADDR_TYPE PROP_TAG (PT_TSTRING,(BASE_ID + 0x0002))
  9. #define PR_SAMPLE_EMAIL_ADDRESS PROP_TAG (PT_TSTRING,(BASE_ID + 0x0003))
  10. #define PR_SAMPLE_INBOUND_DIR PROP_TAG (PT_TSTRING,(BASE_ID + 0x0004))
  11. #define PR_SAMPLE_OUTBOUND_DIR PROP_TAG (PT_TSTRING,(BASE_ID + 0x0005))
  12. #define PR_SAMPLE_FILENAME PROP_TAG (PT_TSTRING,(BASE_ID + 0x0006))
  13. #define PR_SAMPLE_DIRECTORY PROP_TAG (PT_TSTRING,(BASE_ID + 0x0007))
  14. #define PR_SAMPLE_FLAGS PROP_TAG (PT_LONG,(BASE_ID + 0x0008))
  15. #define PR_SAMPLE_FLAG_PEER_TO_PEER ((ULONG) 0x00000001)
  16. #define PR_SAMPLE_FLAG_UI_ALWAYS ((ULONG) 0x00000002)
  17. #define PR_SAMPLE_FLAG_LOG_EVENTS ((ULONG) 0x00000004)
  18. #define PR_SAMPLE_FLAG_SAVE_DATA ((ULONG) 0x00000008)
  19. #define PR_SAMPLE_LOGFILE PROP_TAG (PT_TSTRING,(BASE_ID + 0x0009))
  20. #define PR_SAMPLE_LOGHIGHWATER PROP_TAG (PT_LONG,(BASE_ID + 0x000A))
  21. #define PR_SAMPLE_LOGLOWWATER PROP_TAG (PT_LONG,(BASE_ID + 0x000B))