Windows error 0x0004D000, 315392

Detailed Error Information

XACT_S_ASYNC[1]

MessageAn asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code53248 (0xd000)

Questions

12votes
4answers

How to find my Windows OS is x64 or ia64?

When I scan few executables in my windows directory with ProtectionID, I happened to scan Windows Explorer. And the results are given below. Scanning -> C:\Windows\explorer.exe File Type : 64-Bit Exe (Subsystem : Win GUI / 2), Size : 2871808 (02BD200h) Byte(s) [!] Warning : Cpu is AMD, this file [...] read more
windows

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