Windows error 0x80090300, -2146893056

Detailed Error Information

SEC_E_INSUFFICIENT_MEMORY[1]

MessageNot enough memory is available to complete this request
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 Code768 (0x0300)

Questions

0votes
1answer

Win32 api format message with node-ffi

I am trying to use node-ffi to interface with the win32 api FormatMessageA however I cannot seem to get the out lpBuffer parameter, here is a snippet of code to show what I have tried 'use strict'; const ref = require('ref'); const ffi = require('ffi'); const Kernel32 = ffi.Library('Kernel32.dll', { [...] read more
winapi
kernel32
node-ffi

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