VarBstrFromI8 function
Converts an 8-byte unsigned integer value to a BSTR value.
Syntax
HRESULT VarBstrFromI8( _In_ LONG64 i64In, _In_ LCID lcid, _In_ unsigned long dwFlags, _Out_ BSTR *pbstrOut );
Parameters
- i64In [in]
-
The value to convert.
- lcid [in]
-
The locale identifier.
- dwFlags [in]
-
Reserved. Set to zero.
- pbstrOut [out]
-
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
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|