anand
anand

Reputation: 11309

API to change ownership of file vista

I have a file created by installer as Administrator owner. Is there any API that can change the ownership of file on Vista?

Upvotes: 0

Views: 854

Answers (1)

Hans Olsson
Hans Olsson

Reputation: 55009

Here's an MSDN article describing how to do that: Taking Object Ownership in C++ (Windows)

Upvotes: 1

Related Questions