::

struct s_Anonymous__32


Base Classes
None.
Known Derived Classes
Enterable

virtual abstract interface template
NO NO NO NO
Summary
A struct pReserved needs to point to, if implementing a purpose environment.
(http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Stack)

Since
UDK 3.2.7
File
Enterable.h

Public Members

Data

uno_Enterable_enter * m_enter;
uno_Enterable_leave * m_leave;
uno_Enterable_callInto_v * m_callInto_v;
uno_Enterable_callOut_v * m_callOut_v;
uno_Enterable_isValid_v * m_isValid;

Top of Page