Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

::

struct _sal_Sequence


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
This is the binary specification of a SAL sequence.
<br>
File
types.h

Public Members

Data

sal_Int32 nRefCount; reference count of sequence<br>
sal_Int32 nElements; element count<br>
char elements; elements array<br>

Top of Page