Platform SDK: Logon Authentication |
The SecPkgContext_StreamSizes structure indicates the sizes of the various stream components for use with the message support functions. The QueryContextAttributes function uses this structure.
typedef struct _SecPkgContext_StreamSizes { ULONG cbHeader; ULONG cbTrailer; ULONG cbMaximumMessage; ULONG cBuffers; ULONG cbBlockSize; } SecPkgContext_StreamSizes, * PSecPkgContext_StreamSizes;
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Sspi.h; include Security.h.