DVARIANT.GetUShortElementmethod
Extracts a single USHORT element from a safe array of unsigned shorts.
Syntax
FUNCTION GetUShortElement (BYVAL iElem AS ULONG) AS USHORT
Parameters
| Name | Description | |
|---|---|---|
iElem | The 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