termcb
struct termcb termcb;
if (Pread(Proc, &termcb, sizeof (termcb), offset) == sizeof (termcb)) {
termcb.st_flgs&0xff,
termcb.st_termt&0xff,
termcb.st_crow&0xff,
termcb.st_ccol&0xff,
termcb.st_vrow&0xff,
termcb.st_lrow&0xff);
strioc.ic_len = sizeof (struct termcb);