Skip to content

Latest commit

 

History

History
146 lines (124 loc) · 2.45 KB

nf-oleauto-vari1fromdisp.md

File metadata and controls

146 lines (124 loc) · 2.45 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:oleauto.VarI1FromDisp
VarI1FromDisp function (oleauto.h)
Converts the default property of an IDispatch instance to a char value.
VarI1FromDisp
VarI1FromDisp function [Automation]
_oa96_VarI1FromDisp
automat.vari1fromdisp
oleauto/VarI1FromDisp
automat\vari1fromdisp.htm
automat
82439eb1-e46f-4179-9017-fc5dccdbfeaf
12/05/2018
VarI1FromDisp, VarI1FromDisp function [Automation], _oa96_VarI1FromDisp, automat.vari1fromdisp, oleauto/VarI1FromDisp
oleauto.h
Windows
OleAut32.lib
OleAut32.dll
Windows
19H1
VarI1FromDisp
oleauto/VarI1FromDisp
c++
APIRef
kbSyntax
DllExport
OleAut32.dll
VarI1FromDisp

VarI1FromDisp function

-description

Converts the default property of an IDispatch instance to a char value.

-parameters

-param pdispIn [in]

The value to convert.

-param lcid [in]

The locale identifier.

-param pcOut [out]

The resulting value.

-returns

This function can return one of these values.

Return code Description
S_OK
Success.
DISP_E_BADVARTYPE
The input parameter is not a valid type of variant.
DISP_E_OVERFLOW
The data pointed to by the output parameter does not fit in the destination type.
DISP_E_TYPEMISMATCH
The argument could not be coerced to the specified type.
E_INVALIDARG
One of the arguments is not valid.
E_OUTOFMEMORY
Insufficient memory to complete the operation.