DVARIANT.PutDoubleArraymethod
Initializes DVARIANT from an array of unsigned 64-bit integer values.
Syntax
FUNCTION PutDoubleArray (BYVAL prgf AS DOUBLE PTR, BYVAL cElems AS ULONG) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
prgf | Pointer to source array of DOUBLE values. | |
cElems | The 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_R8 variant.
Reference
- Include file
DVARIANT.INC - Defined in AfxNova/DVARIANT.inc:1546
- Documented in COM/DVARIANT Class.md
- Topic: DVARIANT Class