VarBstrFromDec function
Converts a decimal value to a BSTR value.
Syntax
HRESULT VarBstrFromDec(
_In_ const DECIMAL *pdecIn,
_In_ LCID lcid,
_In_ ULONG dwFlags,
_Out_ BSTR *pbstrOut
);
Parameters
- pdecIn [in]
-
The value to convert.
- lcid [in]
-
The locale identifier.
- dwFlags [in]
-
One or more of the following flags.
Value Meaning - LOCALE_NOUSEROVERRIDE
Uses the system default locale settings, rather than custom locale settings.
- VAR_TIMEVALUEONLY
Omits the date portion of a VT_DATE and returns only the time. Applies to conversions to or from dates. Not used for VariantChangeType and VariantChangeTypeEx.
- VAR_DATEVALUEONLY
Omits the time portion of a VT_DATE and returns only the date. Applies to conversions to or from dates. Not used for VariantChangeType and VariantChangeTypeEx.
- 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 |
|