Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
The SecBufferDesc structure describes an array of SecBuffer structures to pass from a transport application to a security package.
Syntax
typedef struct _SecBufferDesc {
unsigned long ulVersion;
unsigned long cBuffers;
PSecBuffer pBuffers;
} SecBufferDesc, *PSecBufferDesc;
Members
ulVersion
Specifies the version number of this structure. This member must be SECBUFFER_VERSION.
cBuffers
Indicates the number of SecBuffer structures in the pBuffers array.
pBuffers
Pointer to an array of SecBuffer structures.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | sspi.h (include Security.h) |