The SetKernelObjectSecurity function sets the security of a kernel object. For example, this can be a process, thread, or event.
BOOL SetKernelObjectSecurity(
HANDLE Handle, |
// handle of object |
SECURITY_INFORMATION SecurityInformation, |
// type of information to set |
PSECURITY_DESCRIPTOR SecurityDescriptor |
// 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 SetKernelObjectSecurity function is successful only if the following conditions are met:
GetKernelObjectSecurity, SECURITY_DESCRIPTOR, SECURITY_INFORMATION, SetFileSecurity, SetPrivateObjectSecurity, SetUserObjectSecurity
file: /Techref/os/win/api/win32/func/src/f79_8.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 15:21,
18.119.102.149: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/f79_8.htm"> SetKernelObjectSecurity</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.