Help Center

DVARIANT.GetULongIntElementmethod

Extracts a single ULONGINT element from a safe array of unsigned long integers.

COMmethodDVARIANT.INCdocumented

Syntax

FUNCTION GetULongIntElement (BYVAL iElem AS ULONG) AS ULONGINT

Parameters

NameDescription
iElemThe 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