Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 1.72 KB

nf-propvarutil-isvariantstring.md

File metadata and controls

72 lines (58 loc) · 1.72 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.IsVariantString
IsVariantString function (propvarutil.h)
Specifies whether a variant is a string.
IsVariantString
IsVariantString function [Windows Properties]
_shell_IsVariantString
properties.IsVariantString
propvarutil/IsVariantString
shell.IsVariantString
properties\IsVariantString.htm
properties
6056856c-9b7a-4c6a-9e9a-0baa5e1addcf
12/05/2018
IsVariantString, IsVariantString function [Windows Properties], _shell_IsVariantString, properties.IsVariantString, propvarutil/IsVariantString, shell.IsVariantString
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
IsVariantString
propvarutil/IsVariantString
c++
APIRef
kbSyntax
HeaderDef
Propvarutil.h
IsVariantString

IsVariantString function

-description

Specifies whether a variant is a string.

-parameters

-param var [in]

Type: REFVARIANT

Reference to the variant being queried.

-returns

Type: BOOL

Returns TRUE if variant is a string.

-remarks

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