The SetUserObjectSecurity function sets the security of a user object. This can be, for example, a window or a DDE conversation.
BOOL SetUserObjectSecurity(
HANDLE hObj, |
// handle of user object |
PSECURITY_INFORMATION pSIRequested, |
// address of security information |
PSECURITY_DESCRIPTOR pSID |
// address of security descriptor |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The SetUserObjectSecurity function applies changes specified in a security descriptor to the security descriptor assigned to a user object. The object’s security descriptor must be in self-relative form. If necessary, this function allocates additional memory to increase the size of the security descriptor.
The SetUserObjectSecurity function is successful only if the following conditions are met:
GetUserObjectSecurity, SECURITY_DESCRIPTOR, SECURITY_INFORMATION, SetFileSecurity, SetKernelObjectSecurity, SetPrivateObjectSecurity
file: /Techref/os/win/api/win32/func/src/f83_12.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 17:19,
18.119.124.202: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://ecomorder.com/Techref/os/win/api/win32/func/src/f83_12.htm"> SetUserObjectSecurity</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
The Backwoods Guide to Computer Lingo |
.