Link to home
Start Free TrialLog in
Avatar of wk123
wk123

asked on

How to change the folder's permmision in NTFS?

I'd like to change the permmision of some folder in NTFS, How to do it?
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wk124
wk124

if "SID_IDENTIFIER_AUTHORITY siaWorldSidAuthority = SECURITY_CREATOR_SID_AUTHORITY"
how to write "*(GetSidSubAuthority(psidWorldSid, 0)) = ???"

Its the same a writing

PDWORD pdw = GetSidSubAuthority(psidWorldSid, 0);

*pdw = SECURITY_WORLD_RID;