Text only
|
Text with Images
The MASM Forum Archive 2004 to 2012
General Forums => The Campus => Topic started by: dacid on February 28, 2010, 07:02:33 PM
Title:
Change registry key permissions
Post by:
dacid
on
February 28, 2010, 07:02:33 PM
I want to change the registry key permissions of my progran so only Administrators can get "full access"... what APIs should I use?
Thx
Title:
Re: Change registry key permissions
Post by:
evlncrn8
on
March 01, 2010, 07:21:59 AM
The RegSetKeySecurity function sets the security of an open registry key.
Text only
|
Text with Images