Help Center

DSAFEARRAY.Operator LEToperator

Assigns a DSAFEARRAY, a safe array or a VARIANT.

COMoperatorDSafeArray.incdoc-orphan
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

NameDescription
dsaAn instance of the DSAFEARRAY class.
psaA safe array pointer.
pvarPointer 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