Cannot reg delete key through program and manually
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..
Re: Cannot reg delete key through program and manually
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..