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

Namespace: sgcSSL_WinSSPI

Pascal
C++
C#
Visual Basic
public TSecPkgInfo = record fCapabilities: Cardinal; wVersion: Word; wRPCID: Word; cbMaxToken: Cardinal; Name: PWideChar; Comment: PWideChar; end;
Members
Description
fCapabilities: Cardinal;
Capability bitmask
wVersion: Word;
Version of driver
wRPCID: Word;
ID for RPC Runtime
cbMaxToken: Cardinal;
Size of authentication token (max)
Name: PWideChar;
Text name
Comment: PWideChar;
Comment

This is record sgcSSL_WinSSPI.TSecPkgInfo.