Función RtlConvertLongToLargeInteger (wdm.h)

La rutina RtlConvertLongToLargeInteger convierte el entero de entrada con signo en un entero grande con signo.

Sintaxis

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

Parámetros

[in] SignedInteger

Especifica un entero de tipo LONG.

Valor devuelto

RtlConvertLongToLargeInteger devuelve el resultado entero grande.

Comentarios

Esta rutina no se admite en Windows XP. Use la compatibilidad nativa para __int64 en su lugar.

Requisitos

Requisito Value
Cliente mínimo compatible Disponible a partir de Windows 2000.
Plataforma de destino Universal
Encabezado wdm.h (incluya Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
Archivo DLL NtosKrnl.exe
IRQL Cualquier nivel