Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Contains a set of generic Cryptography API: Next Generation (CNG) buffers.
Note
This struct is also aliased as NCryptBufferDesc.
Syntax
typedef struct _BCryptBufferDesc {
ULONG ulVersion;
ULONG cBuffers;
PBCryptBuffer pBuffers;
} BCryptBufferDesc, *PBCryptBufferDesc;
Members
ulVersion
The version of the structure. This must be the following value.
| Value | Meaning |
|---|---|
| BCRYPTBUFFER_VERSION | The default version number. |
cBuffers
The number of elements in the pBuffers array.
pBuffers
The address of an array of BCryptBuffer structures that contain the buffers. cBuffers contains the number of elements in this array.
Requirements
| Requirement | Value |
|---|---|
| Header | bcrypt.h |