Windows error 0x80010101, -2147417855

Detailed Error Information

RPC_E_OUT_OF_RESOURCES[1]

MessageCould not allocate some required resource (memory, events, ...)
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[2][1]
DescriptionThe source of the error code is an RPC subsystem.[2][1]
Error Code257 (0x0101)

Questions

8votes
1answer

Faster assembly optimized way to convert between RGB8 and RGB32 image

I'm trying to find an assembly optimized method for RGB8 to RGB32 image conversion. Source is an 8 bits grey image, Destination should be an 32 bits grey image (BGRA) with 4th channel (alpha) to be ignored. Source address is not guaranteed to be 16 byte aligned, Count is a [...] read more
visual-c++
optimization
assembly
x86
sse

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