PENTROPY_SOURCE_CALLBACK_FUNCTION - NtDoc

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

//Declaration

PENTROPY_SOURCE_CALLBACK_FUNCTION PentropySourceCallbackFunction;

// Definition

NTSTATUS PentropySourceCallbackFunction
(
    ENTROPY_SOURCE_HANDLE hEntropySource
    PVOID context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-systemrng-pentropy_source_callback_function)

PENTROPY_SOURCE_CALLBACK_FUNCTION callback function

Description

Parameters

hEntropySource

context

Return value

Return STATUS_SUCCESS if the operation succeeds.

Otherwise, return an appropriate NTSTATUS values error code.

For more information, see NTSTATUS Values.

Syntax

//Declaration

PENTROPY_SOURCE_CALLBACK_FUNCTION PentropySourceCallbackFunction;

// Definition

NTSTATUS PentropySourceCallbackFunction
(
    ENTROPY_SOURCE_HANDLE hEntropySource
    PVOID context
)
{...}

Remarks

See also