The GetFileSecurity function obtains specified information about the security of a file or directory. The information obtained is constrained by the caller’s access rights and privileges.
BOOL GetFileSecurity(
LPCTSTR lpFileName, |
// address of string for file name |
SECURITY_INFORMATION RequestedInformation, |
// requested information |
PSECURITY_DESCRIPTOR pSecurityDescriptor, |
// address of security descriptor |
DWORD nLength, |
// size of security descriptor buffer |
LPDWORD lpnLengthNeeded |
// address of required size of buffer |
); |
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.
To read the owner, group, or DACL from the security descriptor for the specified file or directory, the DACL for the file or directory must grant READ_CONTROL access to the caller or the caller must be the owner of the file or directory.
To read the system access-control list (SACL) of a file or directory, the SE_SECURITY_NAME privilege must be enabled for the calling process.
GetKernelObjectSecurity, GetPrivateObjectSecurity, GetUserObjectSecurity, SECURITY_DESCRIPTOR, SECURITY_INFORMATION, SetFileSecurity
file: /Techref/os/win/api/win32/func/src/f31_22.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 08:23,
18.118.255.170: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/f31_22.htm"> GetFileSecurity</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.