DVARIANT.GetULongIntElementmethod
Extracts a single ULONGINT element from a safe array of unsigned long integers.
Syntax
FUNCTION GetULongIntElement (BYVAL iElem AS ULONG) AS ULONGINT
Parameters
| Name | Description | |
|---|---|---|
iElem | The index of the element of the array. |
Return value
The retrieved value.
Description
Extracts a single ULONGINT element from a safe array of unsigned long integers.
Reference
- Include file
DVARIANT.INC - Defined in AfxNova/DVARIANT.inc:1725
- Documented in COM/DVARIANT Class.md
- Topic: DVARIANT Class