Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 1.78 KB

nf-propvarutil-varianttoguid.md

File metadata and controls

74 lines (59 loc) · 1.78 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.VariantToGUID
VariantToGUID function (propvarutil.h)
Extracts a GUID property value of a variant structure.
VariantToGUID
VariantToGUID function [Windows Properties]
_shell_VariantToGUID
properties.VariantToGUID
propvarutil/VariantToGUID
shell.VariantToGUID
properties\VariantToGUID.htm
properties
1af84b55-da7e-430c-97fe-1c544a40c039
12/05/2018
VariantToGUID, VariantToGUID function [Windows Properties], _shell_VariantToGUID, properties.VariantToGUID, propvarutil/VariantToGUID, shell.VariantToGUID
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
VariantToGUID
propvarutil/VariantToGUID
c++
APIRef
kbSyntax
DllExport
Propsys.dll
VariantToGUID

VariantToGUID function

-description

Extracts a GUID property value of a variant structure.

-parameters

-param varIn [in]

Type: REFVARIANT

Reference to a source variant structure.

-param pguid [out]

Type: GUID*

Pointer to the extracted property value.

-returns

Type: HRESULT

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