DSAFEARRAY.Operator LEToperator
Assigns a DSAFEARRAY, a safe array or a VARIANT.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
OPERATOR LET (BYREF dsa AS DSAFEARRAY)
OPERATOR LET (BYVAL psa AS SAFEARRAY PTR)
OPERATOR LET (BYVAL pvar AS VARIANT PTR)
Parameters
| Name | Description | |
|---|---|---|
dsa | An instance of the DSAFEARRAY class. | |
psa | A safe array pointer. | |
pvar | Pointer to a VARIANT. |
Description
Assigns a DSAFEARRAY to another DSAFEARRAY.
Assigns a safe array to a DSAFEARRAY.
Assigns a variant of type VT_ARRAY to a DSAFEARRAY.
Reference
- Include file
DSafeArray.inc - Documented in COM/DSAFEARRAY Class.md
- Topic: DSAFEARRAY Class