| 2417 | } |
| 2418 | |
| 2419 | static int kwsysProcess_List__GetProcessId_NT4(kwsysProcess_List* self) |
| 2420 | { |
| 2421 | return self->CurrentInfo ? self->CurrentInfo->ProcessId : -1; |
| 2422 | } |
| 2423 | |
| 2424 | static int kwsysProcess_List__GetParentId_NT4(kwsysProcess_List* self) |
| 2425 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…