RasEditPhonebookEntry API not supported on Vista
-
Hi I am working on Networking Dial up related APIs. and found 120 error code(seens lot's of forum but no solution seems is this limitition from vista os) while calling the RasEditPhonebookEntry It seems not supported but when I open rasapi32.dll using dependancy walker it seems api is present. Can any body help what is the alternative for that same. Actually i have developed the custom dialer dll which has overridden call and diler when it tries to connect using IE. Did the dll entry into my phone book entry so every call will be forwarded to my custom dll. Also on Visa 64 bit when I tries to open property of my custom dialer entry(from manager network connection via control panel) it gives "An unexpected error occurred" message. Let me know if want to understand more on this. please Help me on this if anybody has idia on this.
sonani prakash
-
Hi I am working on Networking Dial up related APIs. and found 120 error code(seens lot's of forum but no solution seems is this limitition from vista os) while calling the RasEditPhonebookEntry It seems not supported but when I open rasapi32.dll using dependancy walker it seems api is present. Can any body help what is the alternative for that same. Actually i have developed the custom dialer dll which has overridden call and diler when it tries to connect using IE. Did the dll entry into my phone book entry so every call will be forwarded to my custom dll. Also on Visa 64 bit when I tries to open property of my custom dialer entry(from manager network connection via control panel) it gives "An unexpected error occurred" message. Let me know if want to understand more on this. please Help me on this if anybody has idia on this.
sonani prakash
I'm surprised you're having a problem with it - MSDN does not list any problems. It does say that RasEditPhonebookEntry calls RasEntryDlg. You could try that API instead. However, I also see reports that the ANSI (A) versions of the RAS phone book APIs don't work - you could also try compiling for Unicode instead. You should now be strongly considering this anyway - there are some international scripts that Windows only supports for Unicode, there is no ANSI version.
DoEvents: Generating unexpected recursion since 1991