ReactOS 0.4.16-dev-942-g91fadeb
msl::utilities::SafeIntErrorPolicy_InvalidParameter Struct Reference

#include <safeint.h>

Static Public Member Functions

static __declspec (noreturn) void SafeIntOnOverflow()
 
static __declspec (noreturn) void SafeIntOnDivZero()
 

Detailed Description

Definition at line 315 of file safeint.h.

Member Function Documentation

◆ __declspec() [1/2]

static msl::utilities::SafeIntErrorPolicy_InvalidParameter::__declspec ( noreturn  )
inlinestatic

Definition at line 323 of file safeint.h.

324 {
326 _CRT_SECURE_INVALID_PARAMETER("SafeInt Divide By Zero");
327 }
#define _SAFEINT_EXCEPTION_ASSERT()
Definition: safeint.h:246
#define _CRT_SECURE_INVALID_PARAMETER(expr)
Definition: corecrt.h:409

◆ __declspec() [2/2]

static msl::utilities::SafeIntErrorPolicy_InvalidParameter::__declspec ( noreturn  )
inlinestatic

Definition at line 317 of file safeint.h.

318 {
320 _CRT_SECURE_INVALID_PARAMETER("SafeInt Arithmetic Overflow");
321 }

The documentation for this struct was generated from the following file: