Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |