Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

::

struct _uno_Any


Base Classes
None.
Known Derived Classes
Any

virtual abstract interface template
NO NO NO NO
Summary
This is the binary specification of an UNO any.
File
any2.h

Public Members

Data

_typelib_TypeDescriptionReference * pType; type of value
void * pData;
void * pReserved; reserved space for storing value

Top of Page