Next Previous Up Top Contents Index

4.12 The OLE-AUTOMATION module

ole-array-type

Function

Summary

ole-array-type element-type => array-type-description 

Arguments

element-type

Values

array-type-description

Description

Creates and returns a pseudo-type used to specify array types for the type:, argument-types: or result-type: options when creating a type information instance (an instance of <disp-type-info>).

The argument is the type descriptor (C type or Dylan class) of the elements of the array. If the argument is <VARIANT> or <object>, a heterogeneous array is indicated, in which each element carries its own type information at run time.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index