// systemrng.h
//Declaration
PENTROPY_SOURCE_CALLBACK_FUNCTION PentropySourceCallbackFunction;
// Definition
NTSTATUS PentropySourceCallbackFunction
(
ENTROPY_SOURCE_HANDLE hEntropySource
PVOID context
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
hEntropySourcecontextReturn STATUS_SUCCESS if the operation succeeds.
Otherwise, return an appropriate NTSTATUS values error code.
For more information, see NTSTATUS Values.
//Declaration
PENTROPY_SOURCE_CALLBACK_FUNCTION PentropySourceCallbackFunction;
// Definition
NTSTATUS PentropySourceCallbackFunction
(
ENTROPY_SOURCE_HANDLE hEntropySource
PVOID context
)
{...}