| Sign In/My Account | View Cart |
| Article: |
Reading and Writing Registry Keys with Visual Basic | |
| Subject: | Missing constants? | |
| Date: | 2004-11-23 09:20:00 | |
| From: | tekhead009 | |
|
I may be missing something, but it looks like there are a few missing constants within the constants. Particularly in the security access mask section. I've read the article through, but cannot find any help.
|
||
Showing messages 1 through 4 of 4.
Public Const KEY_READ = &H20019
Public Const KEY_WRITE = &H20006
Public Const KEY_ALL_ACCESS = &HF003F
Public Type FILETIME
dwLowDateTime As Long
dwHighDateTime As Long
End Type
Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As Long) As Long
If you've used alternatives that seem to work, could you post them?
Or hopefully the author will post them soon.