Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

::

struct _uno_Environment


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
The binary specification of an UNO environment.
File
environment.h

Public Members

Data

void * pReserved; reserved for future use (0 if not used)
rtl_uString * pTypeName; type name of environment
void * pContext; free context pointer to be used for specific classes of environments (e.g., a jvm pointer)
_uno_ExtEnvironment * pExtEnv; pointer to extended environment (interface registration functionality), if supported

Top of Page