public class WindowsChildRecord extends java.lang.Object
private int
pid
private HANDLE
process
WindowsChildRecord(HANDLE process, int pid)
int
getPid()
HANDLE
getProcess()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final HANDLE process
private final int pid
public WindowsChildRecord(HANDLE process, int pid)
public HANDLE getProcess()
public int getPid()