INTSAFE_E_ARITHMETIC_OVERFLOW, 0x80070216
(MS WDK >> Windows Driver Kit 7.1.0 (WDK 7600.16385.1))

Nombre
INTSAFE_E_ARITHMETIC_OVERFLOW
Valor
-2147024362 entero con signo
2147942934 entero sin signo
0x80070216 valor hexadecimal
Tipo
Windows user mode error code (HRESULT)
Tipo C/C++
HRESULT
Definido en
\inc\api\intsafe.h, línea 120 (Windows Driver Kit 7.1.0 (WDK 7600.16385.1))
Definición
#define INTSAFE_E_ARITHMETIC_OVERFLOW   ((HRESULT)0x80070216L)  // 0x216 = 534 = ERROR_ARITHMETIC_OVERFLOW
Comentarios de línea
0x216 = 534 = ERROR_ARITHMETIC_OVERFLOW
También se utiliza en
Windows Driver Kit 7.0.0 (WDK 7600.16385.0), Windows Driver Kit – Server 2008 Release SP1 (WDK 6001.18002), Windows Driver Kit for Windows Vista (WDK 6000)