Operators | |
---|---|
operator = | Copies values into a COleSafeArray object. The values to be copied can be a SAFEARRAY, a COleSafeArray, or an array of VARIANT or COleVariant objects. |
operator == | Compares two variant arrays. The array with which to compare the COleSafeArray object can be a SAFEARRAY, a COleSafeArray, or an array of VARIANT or COleVariant objects. |
operator LPVARIANT | Accesses the underlying VARIANT structure of the COleSafeArray object. |
operator LPCVARIANT | Accesses the underlying VARIANT structure of the COleSafeArray object. |
COleSafeArray Overview, COleSafeArray Member Functions, Structures