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.
File
types.h

Public Members

Data

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

Top of Page