ProcessPrng 関数
ProcessPrng 関数は、ユーザー モードのプロセッサごとの乱数ジェネレーターから、指定された数のランダム バイトを取得します。
構文
BOOL ProcessPrng(
_Out_ PBYTE pbData,
SIZE_T cbData
);
パラメーター
-
pbData [out]
-
取得されたバイトを受け取るバッファーへのポインター。
-
cbData
-
取得するバイト数です。
戻り値
常に TRUE を返します。
要件
要件 | 値 |
---|---|
[DLL] | BCryptPrimitives.dll |
APISet | CngRngExt |