Trouble calling registry functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am writing an app in C# and am trying to access some of the registry
functions. I have imported the Registry functions and can successfully call
some of them (able to call RegOpenKeyEx and RegSetValueEx for a string
value). My problem is mostly with data types and passing refs.

Could someone provide a sample or a pointer to sample code for creating a
new key then storing a value as a binary value using the RegCreateKeyEx and
RegSetValueEx functions.

Thanks for your help.

Regards,

Rob C
 
Back
Top