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

Description of an interface method parameter. More...

#include <typedescription.h>

List of all members.

Public Attributes

rtl_uString * pName
 name of parameter
typelib_TypeDescriptionReferencepTypeRef
 type of parameter
sal_Bool bIn
 true: the call type of this parameter is [in] or [inout] false: the call type of this parameter is [out]
sal_Bool bOut
 true: the call type of this parameter is [out] or [inout] false: the call type of this parameter is [in]

Detailed Description

Description of an interface method parameter.


Member Data Documentation

true: the call type of this parameter is [in] or [inout] false: the call type of this parameter is [out]

true: the call type of this parameter is [out] or [inout] false: the call type of this parameter is [in]

name of parameter

type of parameter


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