Help Center

DVARIANT.PutULongIntArraymethod

Initializes DVARIANT from an array of unsigned 64-bit integer values.

COMmethodDVARIANT.INCdocumented

Syntax

FUNCTION PutULongIntArray (BYVAL prgf AS ULONGINT PTR, BYVAL cElems AS ULONG) AS HRESULT

Parameters

NameDescription
prgfPointer to source array of ULONGINT values.
cElemsThe number of elements in the array.

Return value

If this function succeeds, it returns S_OK (0). Otherwise, it returns an HRESULT error code.

Description

Initializes DVARIANT from an array of unsigned 64-bit integer values.

Remarks

Creates a VT_ARRAY OR VT_UI8 variant.

Reference

  • Include file DVARIANT.INC
  • Defined in AfxNova/DVARIANT.inc:1535
  • Documented in COM/DVARIANT Class.md
  • Topic: DVARIANT Class