Fonction RtlConvertLongToLargeInteger (wdm.h)

La routine RtlConvertLongToLargeInteger convertit l’entier signé d’entrée en entier signé.

Syntaxe

DECLSPEC_DEPRECATED_DDK_WINXP LARGE_INTEGER NTAPI_INLINE RtlConvertLongToLargeInteger(
  [in] LONG SignedInteger
);

Paramètres

[in] SignedInteger

Spécifie un entier de type LONG.

Valeur retournée

RtlConvertLongToLargeInteger retourne le résultat d’un grand entier.

Remarques

Cette routine n’est pas prise en charge dans Windows XP. Utilisez plutôt la prise en charge native de __int64 .

Configuration requise

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