Searched refs:sid_owner (Results 1 – 1 of 1) sorted by relevance
573 PSID sid_everyone, sid_owner; in prepare_named_pipe_acl() local580 sid_owner = (PSID)&owner_buf; in prepare_named_pipe_acl()596 if (!InitializeSid(sid_owner, &siaCreator, 1)) { in prepare_named_pipe_acl()599 *GetSidSubAuthority(sid_owner, 0) = SECURITY_CREATOR_OWNER_RID; in prepare_named_pipe_acl()609 if (!AddAccessAllowedAce(acl, ACL_REVISION, FILE_ALL_ACCESS, sid_owner)) { in prepare_named_pipe_acl()
Completed in 9 milliseconds