Partager via


Fonction LongLongToLongPtr (intsafe.h)

Convertit une valeur de type LONGLONG en valeur de type LONG_PTR.

Syntaxe

HRESULT LongLongToLongPtr(
  [in]  LONGLONG llOperand,
  [out] LONG_PTR *plResult
);

Paramètres

[in] llOperand

La valeur à convertir.

[out] plResult

Valeur convertie.

Valeur retournée

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

Remarques

Int64ToSSIZET est un alias pour cette fonction.

Int64ToULongPtr est un alias pour cette fonction.

Int64ToLongPtr est un alias pour cette fonction.

Configuration requise

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