UInt8Add, fonction (intsafe.h)
Ajoute deux valeurs de type UINT8.
Syntaxe
HRESULT UInt8Add(
[in] UINT8 u8Augend,
[in] UINT8 u8Addend,
[out] UINT8 *pu8Result
);
Paramètres
[in] u8Augend
Première valeur.
[in] u8Addend
Seconde valeur.
[out] pu8Result
Résultat.
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | intsafe.h |