home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Akce / setup.exe / data1.cab / NotesProgramFilesRequiredProgramFilesLotusScript / lsprcval.lss < prev    next >
Text File  |  2000-08-20  |  734b  |  20 lines

  1. '-----------------------------------------------------------------------------
  2. ' File:        lsprcval.lss
  3. ' Copyright (c) 1997 Lotus Development Corporation
  4. '
  5. ' Description:  Constants for use with the LSITHREADINFO builtin
  6. '
  7. '-----------------------------------------------------------------------------
  8. public const LSI_THREAD_LINE=0
  9. public const LSI_THREAD_PROC=1
  10. public const LSI_THREAD_MODULE=2
  11. public const LSI_THREAD_VERSION=3
  12. public const LSI_THREAD_LANGUAGE=4
  13. public const LSI_THREAD_COUNTRY=5
  14. public const LSI_THREAD_TICKS=6
  15. public const LSI_THREAD_TICKS_PER_SEC=7
  16. public const LSI_THREAD_PROCESS_ID=8
  17. public const LSI_THREAD_TASK_ID=9
  18. public const LSI_THREAD_CALLPROC=10
  19. public const LSI_THREAD_CALLMODULE=11
  20.