Help Center

DVARIANT.GetUShortElementmethod

Extracts a single USHORT element from a safe array of unsigned shorts.

COMmethodDVARIANT.INCdocumented

Syntax

FUNCTION GetUShortElement (BYVAL iElem AS ULONG) AS USHORT

Parameters

NameDescription
iElemThe index of the element of the array.

Return value

The retrieved value.

Description

Extracts a single USHORT element from a safe array of unsigned shorts.

Reference

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