Partager via


UShortAdd, fonction (intsafe.h)

Ajoute deux valeurs de type USHORT.

Syntaxe

HRESULT UShortAdd(
  [in]  USHORT usAugend,
  [in]  USHORT usAddend,
  [out] USHORT *pusResult
);

Paramètres

[in] usAugend

Type : USHORT

Première valeur de l’équation.

[in] usAddend

Type : USHORT

Valeur à ajouter à nousAugend.

[out] pusResult

Type : USHORT*

Pointeur vers la somme. Si l’opération aboutit à une valeur qui dépasse ou sous-débite la capacité du type, la fonction retourne INTSAFE_E_ARITHMETIC_OVERFLOW et ce paramètre n’est pas valide.

Valeur retournée

Type : HRESULT

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Notes

Il s’agit d’un ensemble de fonctions inline conçues pour fournir des opérations arithmétiques et effectuer des vérifications de validité avec un impact minimal sur les performances.

WordAdd est un alias pour cette fonction.

Configuration requise

   
Plateforme cible Windows
En-tête intsafe.h