Help Center

DVARIANT.GetULongElementmethod

Extracts a single ULONG element from a safe array of unsigned longs.

COMmethodDVARIANT.INCdocumented

Syntax

FUNCTION GetULongElement (BYVAL iElem AS ULONG) AS ULONG

Parameters

NameDescription
iElemThe index of the element of the array.

Return value

The retrieved value.

Description

Extracts a single ULONG element from a safe array of unsigned longs.

Reference

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