Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 1.7 KB

nf-propvarutil-isvariantarray.md

File metadata and controls

72 lines (58 loc) · 1.7 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.IsVariantArray
IsVariantArray function (propvarutil.h)
Specifies whether a variant is an array.
IsVariantArray
IsVariantArray function [Windows Properties]
_shell_IsVariantArray
properties.IsVariantArray
propvarutil/IsVariantArray
shell.IsVariantArray
properties\IsVariantArray.htm
properties
3e3a4eb0-c50a-4e4a-b3e3-dc760a519901
12/05/2018
IsVariantArray, IsVariantArray function [Windows Properties], _shell_IsVariantArray, properties.IsVariantArray, propvarutil/IsVariantArray, shell.IsVariantArray
propvarutil.h
Windows
Windows XP with SP2, Windows Vista [desktop apps only]
Windows Server 2003 with SP1 [desktop apps only]
Windows
Windows Desktop Search (WDS) 3.0
19H1
IsVariantArray
propvarutil/IsVariantArray
c++
APIRef
kbSyntax
HeaderDef
Propvarutil.h
IsVariantArray

IsVariantArray function

-description

Specifies whether a variant is an array.

-parameters

-param var [in]

Type: REFVARIANT

Reference to the variant being queried.

-returns

Type: BOOL

Returns TRUE if variant is an array.

-remarks

This is an inline function, with its source code provided in the header. It is not included in any .dll or .lib file.