Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.03 KB

nf-propvarutil-variantgetuint32elem.md

File metadata and controls

80 lines (62 loc) · 2.03 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.VariantGetUInt32Elem
VariantGetUInt32Elem function (propvarutil.h)
Extracts a single unsigned Int32 element from a variant structure.
VariantGetUInt32Elem
VariantGetUInt32Elem function [Windows Properties]
_shell_VariantGetUInt32Elem
properties.VariantGetUInt32Elem
propvarutil/VariantGetUInt32Elem
shell.VariantGetUInt32Elem
properties\VariantGetUInt32Elem.htm
properties
b950d051-2500-4523-8307-5817274878f2
12/05/2018
VariantGetUInt32Elem, VariantGetUInt32Elem function [Windows Properties], _shell_VariantGetUInt32Elem, properties.VariantGetUInt32Elem, propvarutil/VariantGetUInt32Elem, shell.VariantGetUInt32Elem
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
VariantGetUInt32Elem
propvarutil/VariantGetUInt32Elem
c++
APIRef
kbSyntax
DllExport
Propsys.dll
VariantGetUInt32Elem

VariantGetUInt32Elem function

-description

Extracts a single unsigned Int32 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: ULONG*

Pointer to the extracted element value.

-returns

Type: HRESULT

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