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 >
Wrap
Text File
|
2000-08-20
|
734b
|
20 lines
'-----------------------------------------------------------------------------
' 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
public const LSI_THREAD_CALLPROC=10
public const LSI_THREAD_CALLMODULE=11