| Description | Hierarchy | Fields | Methods | Properties | 
type TWSAProtocolChain = packed record
chainLen: int32; | 
chainEntries: array[0..MAX_PROTOCOL_CHAIN - 1] of int32; | 
chainLen: int32; | 
chainEntries: array[0..MAX_PROTOCOL_CHAIN - 1] of int32; | 
| 
 the length of the chain, length = 0 means layered protocol, length = 1 means base protocol, length > 1 means protocol chain  | 
(c) 2012 Lake of Soft