Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.47 KB

nf-uiautomationcoreapi-uiahpatternobjectfromvariant.md

File metadata and controls

74 lines (60 loc) · 2.47 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:uiautomationcoreapi.UiaHPatternObjectFromVariant
UiaHPatternObjectFromVariant function (uiautomationcoreapi.h)
Gets a control pattern object from a VARIANT type.
UiaHPatternObjectFromVariant
UiaHPatternObjectFromVariant function [Windows Accessibility]
uiauto.uiauto_UiaHPatternObjectFromVariantFunction
uiauto_UiaHPatternObjectFromVariantFunction
uiautomationcoreapi/UiaHPatternObjectFromVariant
winauto.uiauto_UiaHPatternObjectFromVariantFunction
winauto\uiauto_UiaHPatternObjectFromVariantFunction.htm
WinAuto
dd5d0d4b-75fa-4215-bd48-79d58a9a4862
12/05/2018
UiaHPatternObjectFromVariant, UiaHPatternObjectFromVariant function [Windows Accessibility], uiauto.uiauto_UiaHPatternObjectFromVariantFunction, uiauto_UiaHPatternObjectFromVariantFunction, uiautomationcoreapi/UiaHPatternObjectFromVariant, winauto.uiauto_UiaHPatternObjectFromVariantFunction
uiautomationcoreapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uiautomationcore.lib
Uiautomationcore.dll
Windows
19H1
UiaHPatternObjectFromVariant
uiautomationcoreapi/UiaHPatternObjectFromVariant
c++
APIRef
kbSyntax
DllExport
Uiautomationcore.dll
UiaHPatternObjectFromVariant

UiaHPatternObjectFromVariant function

-description

Note  This function is deprecated. Client applications should use the Microsoft UI Automation Component Object Model (COM) interfaces instead.
 
Gets a control pattern object from a VARIANT type.

-parameters

-param pvar [in]

Type: VARIANT*

The pattern.

-param phobj [out]

Type: HUIAPATTERNOBJECT *

The address of a variable that receives the control pattern object. This parameter is passed uninitialized.

-returns

Type: HRESULT

Returns S_OK if successful or an error value otherwise.