parent
7351b274f7
commit
1f4473f96d
|
|
@ -2005,7 +2005,9 @@ SERVER_PROCESS::~SERVER_PROCESS()
|
||||||
InterlockedDecrement(&g_dwActiveServerProcesses);
|
InterlockedDecrement(&g_dwActiveServerProcesses);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
static
|
||||||
|
VOID
|
||||||
|
CALLBACK
|
||||||
ProcessHandleCallback(
|
ProcessHandleCallback(
|
||||||
_In_ PVOID pContext,
|
_In_ PVOID pContext,
|
||||||
_In_ BOOL
|
_In_ BOOL
|
||||||
|
|
@ -2347,4 +2349,4 @@ SERVER_PROCESS::TerminateBackendProcess(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue