VarBstrFromUI2 function (oleauto.h)
Converts an unsigned short value to a BSTR value.
Syntax
HRESULT VarBstrFromUI2(
[in] USHORT uiIn,
[in] LCID lcid,
[in] ULONG dwFlags,
[out] BSTR *pbstrOut
);
Parameters
[in] uiIn
The value to convert.
[in] lcid
The locale identifier.
[in] dwFlags
One or more of the following flags.
Value | Meaning |
---|---|
|
Uses the system default locale settings, rather than custom locale settings. |
[out] pbstrOut
The resulting value.
Return value
This function can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
The input parameter is not a valid type of variant. |
|
The data pointed to by the output parameter does not fit in the destination type. |
|
The argument could not be coerced to the specified type. |
|
One of the arguments is not valid. |
|
Insufficient memory to complete the operation. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |