Fonction LongLongToULongLong (intsafe.h)
Convertit une valeur de type LONGLONG en valeur de type ULONGLONG.
Syntaxe
HRESULT LongLongToULongLong(
[in] LONGLONG llOperand,
[out] ULONGLONG *pullResult
);
Paramètres
[in] llOperand
La valeur à convertir.
[out] pullResult
Valeur convertie.
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
IntPtrToULongPtr est un alias pour cette fonction.
IntPtrToUIntPtr est un alias pour cette fonction.
Int64ToULongLong 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 |