DVARIANT.PutFileTimeArraymethod
Initializes DVARIANT with an array of FILETIME structures.
Syntax
FUNCTION PutFileTimeArray (BYVAL prgft AS FILETIME PTR, BYVAL cElems AS ULONG) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
prgft | Pointer to an array of FILETIME structures. | |
cElems | The number of elements in the array pointed to by prgft. |
Return value
If this function succeeds, it returns S_OK (0). Otherwise, it returns an HRESULT error code.
Description
Initializes DVARIANT with an array of FILETIME structures.
Remarks
Creates a VT_ARRAY OR VT_DATE variant.
Reference
- Include file
DVARIANT.INC - Defined in AfxNova/DVARIANT.inc:1391
- Documented in COM/DVARIANT Class.md
- Topic: DVARIANT Class