|
-
Apr 4th, 2001, 10:04 AM
#1
Thread Starter
Junior Member
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...???
-
Apr 4th, 2001, 12:34 PM
#2
Lively Member
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.
-
Apr 4th, 2001, 12:41 PM
#3
Thread Starter
Junior Member
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
-
Apr 4th, 2001, 02:35 PM
#4
Lively Member
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.
-
Apr 4th, 2001, 02:37 PM
#5
Thread Starter
Junior Member
Nice to know I'm not too nuts after almost 15 years in the business... thx for your timely response...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|