News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Change registry key permissions

Started by dacid, February 28, 2010, 07:02:33 PM

Previous topic - Next topic

dacid

I want to change the registry key permissions of my progran so only Administrators can get "full access"... what APIs should I use?


Thx

evlncrn8

The RegSetKeySecurity function sets the security of an open registry key.