SecBufferDesc (Windows CE 5.0)

Send Feedback

This structure describes an array of SecBuffer structures to pass from a transport application to a security package.

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

OS Versions: Windows CE 2.10 and later.
Header: Sspi.h.

See Also

SecBuffer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.