Results 1 to 5 of 5

Thread: Registry error codes

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Puyallup, Wa
    Posts
    25

    Talking

    Where can I find a result code descriptions corresponding to return values from registry api calls? A return of 0 is successful, but anything else means...???
    dvc

  2. #2
    Lively Member
    Join Date
    Apr 2001
    Location
    Central NC
    Posts
    75
    This lists all of WINERROR.H

    http://support.microsoft.com/support.../Q186/0/63.ASP

    Scroll down not quite halfway to the entry whose code is:

    -2147221168 (80040150)

    That's where the registry errors start.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Puyallup, Wa
    Posts
    25
    Perhaps I should not have said 'error codes'. The result codes I'm receiving if I cannot create a key or set a key's value is 2 or 6, etc. not quite the long error codes explained in winerror.h
    dvc

  4. #4
    Lively Member
    Join Date
    Apr 2001
    Location
    Central NC
    Posts
    75
    Damned if it doesn't do that, and I couldn't find anything anywhere (as you probably know already). It would appear all that's left is to force errors and see what comes back.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Apr 2001
    Location
    Puyallup, Wa
    Posts
    25
    Nice to know I'm not too nuts after almost 15 years in the business... thx for your timely response...
    dvc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width