Función RtlNumberOfSetBitsUlongPtr (wdm.h)
La rutina RtlNumberOfSetBitsUlongPtr devuelve el número de bits del valor entero especificado ULONG_PTR establecido en uno.
Sintaxis
NTSYSAPI ULONG RtlNumberOfSetBitsUlongPtr(
[in] ULONG_PTR Target
);
Parámetros
[in] Target
Valor entero ULONG_PTR.
Valor devuelto
RtlNumberOfSetBitsUlongPtr devuelve un recuento de los bits del parámetro Target que se establecen en uno.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Disponible a partir de Windows Vista. |
Plataforma de destino | Universal |
Encabezado | wdm.h (incluya Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
Archivo DLL | NtosKrnl.exe |
IRQL | Cualquier IRQL |