table of contents
other versions
- wheezy 1.4.1-4
VarBstrFromCy(3w) | Wine API | VarBstrFromCy(3w) |
NAME¶
VarBstrFromCy (OLEAUT32.113)SYNOPSIS¶
HRESULT VarBstrFromCy(
CY cyIn,
LCID lcid,
ULONG dwFlags,
BSTR* pbstrOut
)
DESCRIPTION¶
Convert a VT_CY to a VT_BSTR.PARAMS¶
cyIn [In] Source. lcid [In] LCID for the conversion. dwFlags [In] Flags controlling the conversion (VAR_ flags from "oleauto.h"). pbstrOut [Out] Destination.RETURNS¶
Success: S_OK. Failure: E_INVALIDARG, if pbstrOut is invalid. E_OUTOFMEMORY, if memory allocation fails.IMPLEMENTATION¶
Declared in "oleauto.h". Implemented in "dlls/oleaut32/vartype.c". Debug channel "variant".Oct 2012 | Wine API |