Skip to content

Latest commit

 

History

History
118 lines (99 loc) · 2.44 KB

nf-oaidl-itypeinfo2-getvarcustdata.md

File metadata and controls

118 lines (99 loc) · 2.44 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:oaidl.ITypeInfo2.GetVarCustData
ITypeInfo2::GetVarCustData (oaidl.h)
Gets the custom data of the specified variable.
GetVarCustData
GetVarCustData method [Automation]
GetVarCustData method [Automation]
ITypeInfo2 interface
ITypeInfo2 interface [Automation]
GetVarCustData method
ITypeInfo2.GetVarCustData
ITypeInfo2::GetVarCustData
_oa96_ITypeInfo2_GetVarCustData
automat.itypeinfo2_getvarcustdata
oaidl/ITypeInfo2::GetVarCustData
automat\itypeinfo2_getvarcustdata.htm
automat
fe033b80-427d-48d1-99c8-4aba8909897e
12/05/2018
GetVarCustData, GetVarCustData method [Automation], GetVarCustData method [Automation],ITypeInfo2 interface, ITypeInfo2 interface [Automation],GetVarCustData method, ITypeInfo2.GetVarCustData, ITypeInfo2::GetVarCustData, _oa96_ITypeInfo2_GetVarCustData, automat.itypeinfo2_getvarcustdata, oaidl/ITypeInfo2::GetVarCustData
oaidl.h
Windows
OaIdl.idl
Windows
19H1
ITypeInfo2::GetVarCustData
oaidl/ITypeInfo2::GetVarCustData
c++
APIRef
kbSyntax
COM
oaidl.h
ITypeInfo2.GetVarCustData

ITypeInfo2::GetVarCustData

-description

Gets the custom data of the specified variable.

-parameters

-param index [in]

The index of the variable for which to get the custom data.

-param guid [in]

The GUID used to identify the data.

-param pVarVal [out]

The retrieved data.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_INVALIDARG
One or more of the arguments is not valid.
E_OUTOFMEMORY
Insufficient memory to complete the operation.

-see-also

ITypeInfo2