Description: Returns basic information about the VTS process.
Returns: Numeric
Usage: Script
Format: ProcInfo(DataType)
Parameters: DataType { numeric } { required } { no default: }
A numeric value that specifies the type of process information to be retrieved by the function.
|
DataType |
Function returns |
|
0 |
Process ID |
|
1 |
GDI Handle Count |
|
2 |
User Handle Count |
Comments: Used by the workstation status tag.
Example:
GDIHndl = ProcInfo(1);
See Also: