krn.ThreadGetInformation
This job returns information about a single thread identified by its identifier. It corresponds to krn.JobThreadGetInfo restricted to a single thread; the thread identifier is obtained from krn.ThreadEnum or krn.QueueGetStatistic.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
INT |
Yes |
Identifier of the thread |
2. Return Value
(INT): 0 = Job successful, otherwise error code.
See also: krn.ThreadEnum, krn.JobThreadGetInfo