kevinwaite
kevinwaite

Reputation: 649

Win7 API to programmatically add a group to a security policy?

I have found the API to add a group programmatically, the next logical step is to add this group to a security policy, such as "Create Global Objects".

What is the Win7 API to programmatically add a group to a security policy?

Upvotes: 0

Views: 413

Answers (1)

Sheng Jiang 蒋晟
Sheng Jiang 蒋晟

Reputation: 15261

How To Manage User Privileges Programmatically in Windows NT

To look up the SID for a group, use LsaLookupNames

Upvotes: 1

Related Questions