Fonction LongLongToULong (intsafe.h)
Convertit une valeur de type LONGLONG en valeur de type ULONG.
Syntaxe
HRESULT LongLongToULong(
[in] LONGLONG llOperand,
[out] ULONG *pulResult
);
Paramètres
[in] llOperand
La valeur à convertir.
[out] pulResult
Valeur convertie.
Valeur retournée
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Notes
Int64ToULong est un alias pour cette fonction.
Int64ToSIZET est un alias pour cette fonction.
Int64ToDWordPtr est un alias pour cette fonction.
IntPtrToULong est un alias pour cette fonction.
DWordToUShort est un alias pour cette fonction.
Configuration requise
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 |