| 2422 | } |
| 2423 | |
| 2424 | static int kwsysProcess_List__GetParentId_NT4(kwsysProcess_List* self) |
| 2425 | { |
| 2426 | return self->CurrentInfo ? self->CurrentInfo->InheritedFromProcessId : -1; |
| 2427 | } |
| 2428 | |
| 2429 | static int kwsysProcess_List__New_Snapshot(kwsysProcess_List* self) |
| 2430 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…