Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Process::Manager4Windows::Kill ( int  handle  )  [inline, virtual]

Implements Impala::Process::Manager.

Definition at line 138 of file Manager4Windows.h.

References GetWinHandle(), and IsRunning().

Referenced by GetWinExitCode(), Remove(), and ~Manager4Windows().

00139     {
00140         if (IsRunning(handle))
00141             Kill(GetWinHandle(handle), handle);
00142     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:59 2011 for ImpalaSrc by  doxygen 1.5.1