UInt8Mult, fonction (intsafe.h)
Multiplie deux valeurs de type UINT8.
Syntaxe
HRESULT UInt8Mult(
[in] UINT8 u8Multiplicand,
[in] UINT8 u8Multiplier,
[out] UINT8 *pu8Result
);
Paramètres
[in] u8Multiplicand
Première valeur.
[in] u8Multiplier
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
Condition requise | Valeur |
---|---|
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 |