UDK 3.2.7 C/C++ API Reference
Public Attributes
_typelib_TypeDescriptionReference Struct Reference

Holds a weak reference to a type description. More...

#include <typedescription.h>

List of all members.

Public Attributes

sal_Int32 nRefCount
 reference count of type; don't ever modify this by yourself, use typelib_typedescriptionreference_acquire() and typelib_typedescriptionreference_release()
sal_Int32 nStaticRefCount
 number of static references of type, because of the fact that some types are needed until program termination and are commonly held static.
typelib_TypeClass eTypeClass
 type class of type
rtl_uString * pTypeName
 fully qualified name of type
struct _typelib_TypeDescriptionpType
 pointer to full typedescription; this value is only valid if the type is never swapped out
void * pUniqueIdentifier
 pointer to optimize the runtime; not for public use
void * pReserved
 reserved for future use; 0 if not used

Detailed Description

Holds a weak reference to a type description.


Member Data Documentation

type class of type

reference count of type; don't ever modify this by yourself, use typelib_typedescriptionreference_acquire() and typelib_typedescriptionreference_release()

number of static references of type, because of the fact that some types are needed until program termination and are commonly held static.

reserved for future use; 0 if not used

pointer to full typedescription; this value is only valid if the type is never swapped out

fully qualified name of type

pointer to optimize the runtime; not for public use


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines