Next Previous Up Top Contents Index

4.12 The OLE-AUTOMATION module

inout-ref

Function

Summary

inout-ref value #key vt type => ref 

Arguments

value
An instance of <object>.

vt
Optional. An instance of <integer>.

type
Optional. An instance of <type>.

Values

ref
An instance of <ole-arg-spec>.

Description

This is similar to out-ref above, except that it is for input-output parameters. The value argument is the value to be passed in (may be changed by arg-spec-value-setter if the reference is to be used for more than one call). The type is specified by either the vt option with a VARIANTARG type code or the type option with a C or Dylan type designator. If neither vt or type is given, the type will be inferred from the value.

The return value is an instance of <ole-arg-spec>.


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

Next Previous Up Top Contents Index