EntropyProvideData - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// systemrng.h

NTSTATUS EntropyProvideData(
  ENTROPY_SOURCE_HANDLE hEntropySource,
  PCBYTE                pbData,
  SIZE_T                cbData,
  ULONG                 entropyEstimateInMilliBits
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-systemrng-entropyprovidedata)

EntropyProvideData function

Description

Parameters

hEntropySource

pbData

cbData

entropyEstimateInMilliBits

Return value

This function returns NTSTATUS.

Remarks

See also