Article:
 |
|
Reading and Writing Registry Keys with Visual Basic
|
| Subject: |
|
Missing constants? |
| Date: |
|
2005-01-25 15:07:38 |
| From: |
|
mdyoung
|
Response to: Missing constants?
|
|
Here's the constant declaration that was inteded to be used:
Const STANDARD_RIGHTS_ALL = &H1F0000
Const STANDARD_RIGHTS_READ = &H20000
Const STANDARD_RIGHTS_WRITE = &H20000
If you would like a complete list of security descriptor constants, see Microsoft's article.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/security_descriptors_on_files_and_registry_keys.asp
Hope this helps,
MDY
|
Showing messages 1 through 1 of 1.
-
Missing constants?
2005-01-25 15:10:15
mdyoung
[View]
Const SYNCHRONIZE = &H100000
Later,
MDY