Edit

Share via


PENTROPY_SOURCE_CALLBACK_FUNCTION callback function (systemrng.h)

Syntax

//Declaration

PENTROPY_SOURCE_CALLBACK_FUNCTION PentropySourceCallbackFunction;

// Definition

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

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.

Requirements

Requirement Value
Header systemrng.h