Windows error 0x000000F2, 242

Detailed Error Information

HARDWARE_INTERRUPT_STORM[1]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0xF2: HARDWARE_INTERRUPT_STORM.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
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
FacilityCode0 (0x000)
NameFACILITY_NULL[2][3]
DescriptionThe default facility code.[2][3]
Error Code242 (0x00f2)

Questions

6votes
2answers

Drag-and-drop from 32 to 64-bit

I am writing a C program that accepts drag-and-drop of files. When it is compiled in 32-bit, it works in any case. But when it compiled in 64-bit, it works only for files dragged from a 64-bit application: * 32-bit -> 32-bit : success * 64-bit -> 64-bit : success [...] read more
c
winapi
drag-and-drop

Comments

Leave a comment

(plain text only)

Sources

  1. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0