View Single Post
  #6  
Old 07-01-2005, 09:07
bgrimm bgrimm is offline
Friend
 
Join Date: Jan 2004
Location: South of The North Pole
Posts: 66
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 3 Times in 3 Posts
bgrimm Reputation: 0
Well I hoped to have some working code by now but have not had the time.

I was a bit discouraged to find a lack of assembly/masm examples using ntcreate/deletekey, or much of anything on the native API in assembly.

So I will likely have to butcher the sysinternals example code and write something in C with it to do the job.

I'm still a bit amazed that windoze would provide an open API using ANSI and a closed (hidden) API providing unicode. Why not have just had functions like RegOpenKeyExW for wide character support. Or just have hade the whole access method unicode from the start... but that's microsoft I guess.


-bg
Reply With Quote