Searched refs:req_acl_size (Results 1 – 1 of 1) sorted by relevance
582 DWORD req_acl_size; in prepare_named_pipe_acl() local593 req_acl_size = sizeof(ACL) + in prepare_named_pipe_acl()596 acl = malloc(req_acl_size); in prepare_named_pipe_acl()612 if (!InitializeAcl(acl, req_acl_size, ACL_REVISION)) { in prepare_named_pipe_acl()
Completed in 8 milliseconds