MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysProcess_List__Next_NT4

Function kwsysProcess_List__Next_NT4

Source/kwsys/ProcessWin32.c:2405–2417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2403}
2404
2405static int kwsysProcess_List__Next_NT4(kwsysProcess_List* self)
2406{
2407 if (self->CurrentInfo) {
2408 if (self->CurrentInfo->NextEntryDelta > 0) {
2409 self->CurrentInfo =
2410 ((PSYSTEM_PROCESS_INFORMATION)((char*)self->CurrentInfo +
2411 self->CurrentInfo->NextEntryDelta));
2412 return 1;
2413 }
2414 self->CurrentInfo = 0;
2415 }
2416 return 0;
2417}
2418
2419static int kwsysProcess_List__GetProcessId_NT4(kwsysProcess_List* self)
2420{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…