The SetNamedSecurityInfo function sets specified security information in the security descriptor of a specified object. The caller identifies the object by name.
DWORD SetNamedSecurityInfo(
LPTSTR pObjectName, |
// name of the object |
SE_OBJECT_TYPE ObjectType, |
// type of object |
SECURITY_INFORMATION SecurityInfo, |
// type of security information to set |
PSID psidOwner, |
// pointer to the new owner SID |
PSID psidGroup, |
// pointer to the new primary group SID |
PACL pDacl, |
// pointer to the new DACL |
PACL pSacl |
// pointer to the new SACL |
); |
For descriptions of the string formats for the different object types, see SE_OBJECT_TYPE.
Value |
Meaning |
OWNER_SECURITY_INFORMATION |
Set the owner security identifier (SID) in the object’s security descriptor. The psidOwner parameter points to the new SID. |
GROUP_SECURITY_INFORMATION |
Set the primary group SID in the object’s security descriptor. The psidGroup parameter points to the new SID. |
DACL_SECURITY_INFORMATION |
Set the discretionary access-control list (DACL) in the object’s security descriptor. The pDacl parameter points to the new DACL. |
SACL_SECURITY_INFORMATION |
Set the system access-control list (SACL) in the object’s security descriptor. The pSacl parameter points to the new SACL. |
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is a nonzero error code defined in WINERROR.H.
ACL, GetNamedSecurityInfo, GetSecurityInfo, SE_OBJECT_TYPE, SECURITY_DESCRIPTOR, SECURITY_INFORMATION, SetSecurityInfo, SID
file: /Techref/os/win/api/win32/func/src/f80_10.htm, 6KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 17:15,
18.227.24.208:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/func/src/f80_10.htm"> SetNamedSecurityInfo</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.