I work in C++, I need to fetch the ACLs for the folders in windows.
I am not sure about the APIs to be used to fetch it.
Does anyone know how to fetch the ACLs using windows API.
I work in C++, I need to fetch the ACLs for the folders in
Share
GetKernelObjectSecurity by handle, GetNamedSecurityInfo by name.