1

The call NCryptOpenStorageProvider(myProvider, MS_KEY_STORAGE_PROVIDER, 0) returns 0x800706D9. Since I couldn't find this retcode in MSDN, I am really in a mess. What went wrong?

softwariness
  • 4,022
  • 4
  • 33
  • 41
sashadereh
  • 223
  • 1
  • 15
  • 1
    The `FormatMessage` Windows API function tells me that code means "There are no more endpoints available from the endpoint mapper", which doesn't help much, but you might want to search for that message on the web and see if you find anything relevant. If you can provide a full example program which can reproduce the error someone might be able to figure it out, but if a trivial program just attempting to open the Microsoft Key Storage Provider is failing then there is probably something badly broken on your system. – softwariness May 27 '15 at 19:14
  • Can you provide the snippet of code – shebaw May 30 '15 at 08:53
  • 1
    I ran all Windows's services and everything is ok. Thanks. – sashadereh May 31 '15 at 09:37

0 Answers0