The MCvChain type exposes the following fields.

Fields

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
block_max
maximal bound of the last block
delta_elems
how many elements allocated when the seq grows
elem_size
size of sequence element in bytes
first
pointer to the first sequence block
flags
micsellaneous flags
free_blocks
free blocks list
h_next
next sequence
h_prev
previous sequence
header_size
size of sequence header
origin
The origin of the chain
ptr
current write pointer
storage
where the seq is stored
total
total number of elements
v_next
2nd next sequence
v_prev
2nd previous sequence

See Also