VarUI2FromDisp function (oleauto.h)

Converts the default property of an IDispatch instance to an unsigned short value.

Syntax

HRESULT VarUI2FromDisp(
  [in]  IDispatch *pdispIn,
  [in]  LCID      lcid,
  [out] USHORT    *puiOut
);

Parameters

[in] pdispIn

The value to convert.

[in] lcid

The locale identifier.

[out] puiOut

The resulting value.

Return value

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.

Requirements

Requirement Value
Target Platform Windows
Header oleauto.h
Library OleAut32.lib
DLL OleAut32.dll