Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This structure describes an array of SecBuffer structures to pass from a transport application to a security package.
Syntax
typedef struct _SecBufferDesc {
ULONG ulVersion;
ULONG cBuffers;
PSecBuffer pBuffers;
} SecBufferDesc, *PSecBufferDesc;
Members
- ulVersion
Version number of this structure. This member must be SECBUFFER_VERSION.
- cBuffers
Number of SecBuffer structures in the pBuffers array.
- pBuffers
Pointer to an array of SecBuffer structures.
Requirements
| Header | sspi.h |
| Windows Embedded CE | Windows CE 2.10 and later |