Function
pass-as type value => representation
<integer> or <type>.
<type>.
<ole-arg-spec>.
Use this in a client as an argument to functions such as call-simple-method or set-property or in a server as a return value from a property or method to specify passing the given value using the representation designated by type. The return value is an instance of <ole-arg-spec>.
The type may be specified either as one of the low-level VARIANTARG type codes, such as $VT-I2 or $VT-I4 or as a C-FFI type designator, such as <C-short> or <C-long>.