Searched refs:saAttr (Results 1 – 1 of 1) sorted by relevance
4374 SECURITY_ATTRIBUTES saAttr; in mch_system_piped() local4377 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in mch_system_piped()4378 saAttr.bInheritHandle = TRUE; in mch_system_piped()4379 saAttr.lpSecurityDescriptor = NULL; in mch_system_piped()5271 SECURITY_ATTRIBUTES saAttr; in mch_job_start() local5313 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in mch_job_start()5314 saAttr.bInheritHandle = TRUE; in mch_job_start()5315 saAttr.lpSecurityDescriptor = NULL; in mch_job_start()5323 &saAttr, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); in mch_job_start()5349 (!CreatePipe(&ofd[0], &ofd[1], &saAttr, 0) in mch_job_start()[all …]