Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Cannot reg delete key through program and manually

Reply
Thread Tools Display Modes

Cannot reg delete key through program and manually

 
 
Rajakumar
Guest
Posts: n/a

 
      08-24-2009

i make an mistake ,when create registry key ,ie LONG iSuccess
RegCreateKeyEx(HKEY_CURRENT_USER, location
0L,NULL,*REG_OPTION_CREATE_LINK*, KEY_ALL_ACCESS, NULL, &hKey,lpdwDisp)
now key is created ,but cannot access this new created key....give m
correct solution for that.

--
Rajakumar
 
Reply With Quote
 
 
 
 
Gene E. Bloch
Guest
Posts: n/a

 
      09-01-2009
Here's what Rajakumar wrote on 8/24/09:
> i make an mistake ,when create registry key ,ie LONG iSuccess =
> RegCreateKeyEx(HKEY_CURRENT_USER, location,
> 0L,NULL,*REG_OPTION_CREATE_LINK*, KEY_ALL_ACCESS, NULL, &hKey,lpdwDisp);
> now key is created ,but cannot access this new created key....give me
> correct solution for that..


You need to post this in a developer's group.

Try writing code to delete the key.

--
Gene Bloch 650.366.4267 lettersatblochg.com


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Program uninstalled, but it remains on HD and in "Add/Remove Progr Amaw Opaw Windows 64 Bit 4 08-06-2007 10:28 PM
DVD drive not working anymore, how to fix it ? Skybuck Flying Windows 64 Bit 5 05-27-2007 05:36 AM
Defective program group shortcut for 32-bit programs on Vista x64 David Wilkinson Windows 64 Bit 15 09-26-2006 11:59 PM
Delete a .dll that is in use Jeremy S. Windows Server 2 09-12-2005 12:58 AM
registering dll file manually -The Specified module could not be f Joe Windows Server 2 05-20-2005 02:05 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59