sachinchakote
June 27th, 2007, 08:08 AM
does anyone have an idea about DACL on windows file system
i used "GetNamedSecurityInfo" for getting the dacl info but every time i get null value for sidOwner , sidGroup, DACL.
its shows some value for the security descriptor but when i try to get DACL info by
GetSecurityDescriptorDacl() it shows NULL DACL value.
even for files shared manually with user defined permission shows same result.
I dont have my machine over DOMAIN.
i used "GetNamedSecurityInfo" for getting the dacl info but every time i get null value for sidOwner , sidGroup, DACL.
its shows some value for the security descriptor but when i try to get DACL info by
GetSecurityDescriptorDacl() it shows NULL DACL value.
even for files shared manually with user defined permission shows same result.
I dont have my machine over DOMAIN.