CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Mike Pliam

Search: Search took 0.32 seconds.

  1. Replies
    7
    Views
    2,935

    Re: Problem with binary Registry I/O

    Why store as binary rather than REG_SZ? Actually, I've done both because I had to since I couldnt get REG_BINARY working as I've noted. In fact, you are right, REG_SZ can be converted to binary...
  2. Replies
    7
    Views
    2,935

    Re: Problem with binary Registry I/O

    I confess that the syntax is confusing to me. But after fooling with it for awhile, bearing in mind Igor's remarks, I came up with this that works:


    unsigned char * pbkey;...
  3. Replies
    7
    Views
    2,935

    Problem with binary Registry I/O

    I have used the following code to attempt to place a binary array into and then retrieve from the Registry. I am a member of the local Administrator group. I have verified that the Registry for...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured