Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2 KB

nf-propvarutil-variantgetint16elem.md

File metadata and controls

80 lines (62 loc) · 2 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.VariantGetInt16Elem
VariantGetInt16Elem function (propvarutil.h)
Extracts a single Int16 element from a variant structure.
VariantGetInt16Elem
VariantGetInt16Elem function [Windows Properties]
_shell_VariantGetInt16Elem
properties.VariantGetInt16Elem
propvarutil/VariantGetInt16Elem
shell.VariantGetInt16Elem
properties\VariantGetInt16Elem.htm
properties
fd572a65-c74c-490e-8cff-aa9ba54da5a1
12/05/2018
VariantGetInt16Elem, VariantGetInt16Elem function [Windows Properties], _shell_VariantGetInt16Elem, properties.VariantGetInt16Elem, propvarutil/VariantGetInt16Elem, shell.VariantGetInt16Elem
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
VariantGetInt16Elem
propvarutil/VariantGetInt16Elem
c++
APIRef
kbSyntax
DllExport
Propsys.dll
VariantGetInt16Elem

VariantGetInt16Elem function

-description

Extracts a single Int16 element from a variant structure.

-parameters

-param var [in]

Type: REFVARIANT

Reference to a source variant structure.

-param iElem [in]

Type: ULONG

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

-param pnVal [out]

Type: SHORT*

Pointer to the extracted element value.

-returns

Type: HRESULT

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