Fonction RtlConvertUlongToLargeInteger (wdm.h)

La routine RtlConvertUlongToLargeInteger convertit l’entier non signé d’entrée en entier grand signé. Pour Windows XP et les versions ultérieures de Windows, n’utilisez pas cette routine ; utiliser la prise en charge native pour __int64.

Syntaxe

DECLSPEC_DEPRECATED_DDK_WINXP LARGE_INTEGER NTAPI_INLINE RtlConvertUlongToLargeInteger(
  [in] ULONG UnsignedInteger
);

Paramètres

[in] UnsignedInteger

Spécifie une valeur de type ULONG.

Valeur retournée

RtlConvertUlongToLargeInteger retourne le grand entier converti.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Disponible à partir de Windows 2000.
Plateforme cible Universal
En-tête wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
Bibliothèque NtosKrnl.lib
DLL NtosKrnl.exe
IRQL N’importe quel niveau