'----------------------------------------------------------------------------- ' File: lsprcval.lss ' Copyright (c) 1997 Lotus Development Corporation ' ' Description: Constants for use with the LSITHREADINFO builtin ' '----------------------------------------------------------------------------- public const LSI_THREAD_LINE=0 public const LSI_THREAD_PROC=1 public const LSI_THREAD_MODULE=2 public const LSI_THREAD_VERSION=3 public const LSI_THREAD_LANGUAGE=4 public const LSI_THREAD_COUNTRY=5 public const LSI_THREAD_TICKS=6 public const LSI_THREAD_TICKS_PER_SEC=7 public const LSI_THREAD_PROCESS_ID=8 public const LSI_THREAD_TASK_ID=9