Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.04 KB

nf-propvarutil-variantgetuint16elem.md

File metadata and controls

80 lines (62 loc) · 2.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:propvarutil.VariantGetUInt16Elem
VariantGetUInt16Elem function (propvarutil.h)
Extracts a single unsigned Int16 element from a variant structure.
VariantGetUInt16Elem
VariantGetUInt16Elem function [Windows Properties]
_shell_VariantGetUInt16Elem
properties.VariantGetUInt16Elem
propvarutil/VariantGetUInt16Elem
shell.VariantGetUInt16Elem
properties\VariantGetUInt16Elem.htm
properties
6d2a8b0b-bcd2-4bad-a006-2443eabd7a16
12/05/2018
VariantGetUInt16Elem, VariantGetUInt16Elem function [Windows Properties], _shell_VariantGetUInt16Elem, properties.VariantGetUInt16Elem, propvarutil/VariantGetUInt16Elem, shell.VariantGetUInt16Elem
propvarutil.h
Windows
Windows XP with SP2, Windows Vista [desktop apps only]
Windows Server 2003 with SP1 [desktop apps only]
Propsys.lib
Propsys.dll (version 6.0 or later)
Windows
Windows Desktop Search (WDS) 3.0
19H1
VariantGetUInt16Elem
propvarutil/VariantGetUInt16Elem
c++
APIRef
kbSyntax
DllExport
Propsys.dll
VariantGetUInt16Elem

VariantGetUInt16Elem function

-description

Extracts a single unsigned Int16 element from a variant structure.

-parameters

-param var [in]

Type: REFVARIANT

Reference to a source variant structure.

-param iElem [in]

Type: ULONG

Specifies a vector or array index; otherwise, value must be 0.

-param pnVal [out]

Type: USHORT*

Pointer to the extracted element value.

-returns

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.