Lines Matching refs:saAttr
1441 SECURITY_ATTRIBUTES saAttr;1449 saAttr.nLength = sizeof (SECURITY_ATTRIBUTES);1450 saAttr.bInheritHandle = TRUE;1451 saAttr.lpSecurityDescriptor = NULL;1475 if (!CreatePipe(&hChildOutRd, &hChildOutWr, &saAttr, 0))