Windows error 0x8009001F, -2146893793

Detailed Error Information

NTE_BAD_KEYSET_PARAM[1]

MessageThe Keyset parameter is invalid.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code31 (0x001f)

Questions

0votes
1answer

_controlfp_s returning the high 32 bit?

I am seeing the return of the _controlfp_s unsigned int showing that the 32nd bit is being set (thought only 16 bits used) for some ODBC work? Anybody any ideas what this means? Normally we only see either 0x0008001F (64 bit) or 0x0009001F (32 bit) but on some occasions it [...] read more
fpu

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0