Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |