Symbol Reference
Symbol Reference
/ sgcSSL_WinSSPI Namespace
/ Structs, Records, Enums / sgcSSL_WinSSPI.TSecBuffer
Close
sgcWebSockets Classes
sgcSSL_WinSSPI.TSecBuffer Record

Namespace: sgcSSL_WinSSPI

Pascal
C++
C#
Visual Basic
public TSecBuffer = record cbBuffer: Cardinal; BufferType: Cardinal; pvBuffer: Pointer; end;
Members
Description
cbBuffer: Cardinal;
Size of the buffer, in bytes
BufferType: Cardinal;
Type of the buffer (below)
pvBuffer: Pointer;
Pointer to the buffer

This is record sgcSSL_WinSSPI.TSecBuffer.