Partager via


Fonction LongToUInt8 (intsafe.h)

Convertit une valeur de type LONG en valeur de type UINT8.

Syntaxe

HRESULT LongToUInt8(
  [in]  LONG  lOperand,
  [out] UINT8 *pui8Result
);

Paramètres

[in] lOperand

La valeur à convertir.

[out] pui8Result

Valeur convertie.

Valeur retournée

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 conçues pour fournir des conversions de type et effectuer des vérifications de validité avec un impact minimal sur les performances.

LongToByte est un alias pour cette fonction.

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