windows.oleauto

\ oleauto.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Members

Aliases

LPCREATETYPEINFO
deprecated alias LPCREATETYPEINFO = ICreateTypeInfo
Undocumented in source.
LPCREATETYPEINFO2
deprecated alias LPCREATETYPEINFO2 = ICreateTypeInfo2
Undocumented in source.
LPCREATETYPELIB
deprecated alias LPCREATETYPELIB = ICreateTypeLib
Undocumented in source.
LPCREATETYPELIB2
deprecated alias LPCREATETYPELIB2 = ICreateTypeLib2
Undocumented in source.
LPINTERFACEDATA
alias LPINTERFACEDATA = INTERFACEDATA*
Undocumented in source.
LPMETHODDATA
alias LPMETHODDATA = METHODDATA*
Undocumented in source.
LPPARAMDATA
alias LPPARAMDATA = PARAMDATA*
Undocumented in source.

Enums

ACTIVEOBJECT_STRONG
anonymousenum ACTIVEOBJECT_STRONG
Undocumented in source.
REGKIND
enum REGKIND
Undocumented in source.
VARCMP_LT
anonymousenum VARCMP_LT
Undocumented in source.

Functions

BstrFromVector
HRESULT BstrFromVector(SAFEARRAY* , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateDispTypeInfo
HRESULT CreateDispTypeInfo(INTERFACEDATA* , LCID , LPTYPEINFO* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateErrorInfo
HRESULT CreateErrorInfo(LPCREATEERRORINFO* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateStdDispatch
HRESULT CreateStdDispatch(IUnknown , void* , LPTYPEINFO , IUnknown* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CreateTypeLib
deprecated HRESULT CreateTypeLib(SYSKIND , const(OLECHAR)* , LPCREATETYPELIB* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DispGetIDsOfNames
HRESULT DispGetIDsOfNames(LPTYPEINFO , OLECHAR** , UINT , DISPID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DispGetParam
HRESULT DispGetParam(DISPPARAMS* , UINT , VARTYPE , VARIANT* , UINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DispInvoke
HRESULT DispInvoke(void* , LPTYPEINFO , DISPID , WORD , DISPPARAMS* , VARIANT* , EXCEPINFO* , UINT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DosDateTimeToVariantTime
int DosDateTimeToVariantTime(ushort , ushort , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetActiveObject
HRESULT GetActiveObject(REFCLSID , void* , IUnknown* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetErrorInfo
HRESULT GetErrorInfo(uint , LPERRORINFO* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LHashValOfNameSys
ULONG LHashValOfNameSys(SYSKIND , LCID , const(OLECHAR)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LHashValOfNameSysA
ULONG LHashValOfNameSysA(SYSKIND , LCID , const(char)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadRegTypeLib
HRESULT LoadRegTypeLib(REFGUID , WORD , WORD , LCID , LPTYPELIB* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadTypeLib
HRESULT LoadTypeLib(const(OLECHAR)* , LPTYPELIB* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadTypeLibEx
HRESULT LoadTypeLibEx(LPCOLESTR , REGKIND , LPTYPELIB* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
OaBuildVersion
uint OaBuildVersion()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryPathOfRegTypeLib
HRESULT QueryPathOfRegTypeLib(REFGUID , ushort , ushort , LCID , LPBSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RegisterActiveObject
HRESULT RegisterActiveObject(IUnknown , REFCLSID , DWORD , DWORD* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RegisterTypeLib
HRESULT RegisterTypeLib(LPTYPELIB , OLECHAR* , OLECHAR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RevokeActiveObject
HRESULT RevokeActiveObject(DWORD , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayAccessData
HRESULT SafeArrayAccessData(SAFEARRAY* , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayAllocData
HRESULT SafeArrayAllocData(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayAllocDescriptor
HRESULT SafeArrayAllocDescriptor(uint , SAFEARRAY** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayAllocDescriptorEx
HRESULT SafeArrayAllocDescriptorEx(VARTYPE , UINT , SAFEARRAY** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayCopy
HRESULT SafeArrayCopy(SAFEARRAY* , SAFEARRAY** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayCreate
SAFEARRAY* SafeArrayCreate(VARTYPE , uint , SAFEARRAYBOUND* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayCreateVector
SAFEARRAY* SafeArrayCreateVector(VARTYPE , LONG , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayCreateVectorEx
SAFEARRAY* SafeArrayCreateVectorEx(VARTYPE , LONG , ULONG , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayDestroy
HRESULT SafeArrayDestroy(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayDestroyData
HRESULT SafeArrayDestroyData(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayDestroyDescriptor
HRESULT SafeArrayDestroyDescriptor(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetDim
uint SafeArrayGetDim(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetElement
HRESULT SafeArrayGetElement(SAFEARRAY* , int* , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetElemsize
uint SafeArrayGetElemsize(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetIID
HRESULT SafeArrayGetIID(SAFEARRAY* , GUID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetLBound
HRESULT SafeArrayGetLBound(SAFEARRAY* , uint , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetRecordInfo
HRESULT SafeArrayGetRecordInfo(SAFEARRAY* , IRecordInfo* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetUBound
HRESULT SafeArrayGetUBound(SAFEARRAY* , uint , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayGetVartype
HRESULT SafeArrayGetVartype(SAFEARRAY* , VARTYPE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayLock
HRESULT SafeArrayLock(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayPtrOfIndex
HRESULT SafeArrayPtrOfIndex(SAFEARRAY* , int* , void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayPutElement
HRESULT SafeArrayPutElement(SAFEARRAY* , int* , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayRedim
HRESULT SafeArrayRedim(SAFEARRAY* , SAFEARRAYBOUND* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArraySetIID
HRESULT SafeArraySetIID(SAFEARRAY* , REFGUID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArraySetRecordInfo
HRESULT SafeArraySetRecordInfo(SAFEARRAY* , IRecordInfo )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayUnaccessData
HRESULT SafeArrayUnaccessData(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SafeArrayUnlock
HRESULT SafeArrayUnlock(SAFEARRAY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetErrorInfo
HRESULT SetErrorInfo(uint , LPERRORINFO )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysAllocString
BSTR SysAllocString(const(OLECHAR)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysAllocStringByteLen
BSTR SysAllocStringByteLen(const(char)* , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysAllocStringLen
BSTR SysAllocStringLen(const(OLECHAR)* , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysFreeString
void SysFreeString(BSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysReAllocString
int SysReAllocString(BSTR* , const(OLECHAR)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysReAllocStringLen
int SysReAllocStringLen(BSTR* , const(OLECHAR)* , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysStringByteLen
uint SysStringByteLen(BSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SysStringLen
uint SysStringLen(BSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SystemTimeToVariantTime
int SystemTimeToVariantTime(LPSYSTEMTIME , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnRegisterTypeLib
HRESULT UnRegisterTypeLib(REFGUID , WORD , WORD , LCID , SYSKIND )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarAbs
HRESULT VarAbs(LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarAdd
HRESULT VarAdd(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarAdd
HRESULT VarAdd(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarAnd
HRESULT VarAnd(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromCy
HRESULT VarBoolFromCy(CY , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromCy
HRESULT VarBoolFromCy(CY , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromDate
HRESULT VarBoolFromDate(DATE , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromDate
HRESULT VarBoolFromDate(DATE , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromDec
HRESULT VarBoolFromDec(DECIMAL* , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromDisp
HRESULT VarBoolFromDisp(LPDISPATCH , LCID , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromDisp
HRESULT VarBoolFromDisp(IDispatch , LCID , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromI1
HRESULT VarBoolFromI1(byte , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromI2
HRESULT VarBoolFromI2(short , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromI2
HRESULT VarBoolFromI2(SHORT , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromI4
HRESULT VarBoolFromI4(int , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromI4
HRESULT VarBoolFromI4(LONG , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromI8
HRESULT VarBoolFromI8(LONG64 , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromR4
HRESULT VarBoolFromR4(float , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromR4
HRESULT VarBoolFromR4(FLOAT , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromR8
HRESULT VarBoolFromR8(double , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromR8
HRESULT VarBoolFromR8(DOUBLE , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromStr
HRESULT VarBoolFromStr(OLECHAR* , LCID , ULONG , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromStr
HRESULT VarBoolFromStr(OLECHAR* , LCID , uint , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromUI1
HRESULT VarBoolFromUI1(ubyte , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromUI1
HRESULT VarBoolFromUI1(BYTE , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromUI2
HRESULT VarBoolFromUI2(USHORT , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromUI4
HRESULT VarBoolFromUI4(ULONG , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBoolFromUI8
HRESULT VarBoolFromUI8(ULONG64 , VARIANT_BOOL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrCat
HRESULT VarBstrCat(BSTR , BSTR , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrCmp
HRESULT VarBstrCmp(BSTR , BSTR , LCID , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromBool
HRESULT VarBstrFromBool(VARIANT_BOOL , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromBool
HRESULT VarBstrFromBool(VARIANT_BOOL , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromCy
HRESULT VarBstrFromCy(CY , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromCy
HRESULT VarBstrFromCy(CY , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromDate
HRESULT VarBstrFromDate(DATE , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromDate
HRESULT VarBstrFromDate(DATE , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromDec
HRESULT VarBstrFromDec(DECIMAL* , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromDisp
HRESULT VarBstrFromDisp(LPDISPATCH , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromDisp
HRESULT VarBstrFromDisp(IDispatch , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromI1
HRESULT VarBstrFromI1(byte , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromI2
HRESULT VarBstrFromI2(short , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromI2
HRESULT VarBstrFromI2(SHORT , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromI4
HRESULT VarBstrFromI4(int , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromI4
HRESULT VarBstrFromI4(LONG , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromI8
HRESULT VarBstrFromI8(LONG64 , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromR4
HRESULT VarBstrFromR4(float , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromR4
HRESULT VarBstrFromR4(FLOAT , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromR8
HRESULT VarBstrFromR8(double , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromR8
HRESULT VarBstrFromR8(DOUBLE , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromUI1
HRESULT VarBstrFromUI1(ubyte , LCID , uint , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromUI1
HRESULT VarBstrFromUI1(BYTE , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromUI2
HRESULT VarBstrFromUI2(USHORT , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromUI4
HRESULT VarBstrFromUI4(ULONG , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarBstrFromUI8
HRESULT VarBstrFromUI8(ULONG64 , LCID , ULONG , BSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCat
HRESULT VarCat(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCmp
HRESULT VarCmp(LPVARIANT , LPVARIANT , LCID , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyAbs
HRESULT VarCyAbs(CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyAdd
HRESULT VarCyAdd(CY , CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyCmp
HRESULT VarCyCmp(CY , CY )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyCmpR8
HRESULT VarCyCmpR8(CY , DOUBLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFix
HRESULT VarCyFix(CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromBool
HRESULT VarCyFromBool(VARIANT_BOOL , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromBool
HRESULT VarCyFromBool(VARIANT_BOOL , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromDate
HRESULT VarCyFromDate(DATE , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromDate
HRESULT VarCyFromDate(DATE , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromDec
HRESULT VarCyFromDec(DECIMAL* , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromDisp
HRESULT VarCyFromDisp(IDispatch , LCID , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromDisp
HRESULT VarCyFromDisp(LPDISPATCH , LCID , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromI1
HRESULT VarCyFromI1(byte , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromI2
HRESULT VarCyFromI2(SHORT sIn, CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromI2
HRESULT VarCyFromI2(short , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromI4
HRESULT VarCyFromI4(LONG , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromI4
HRESULT VarCyFromI4(int , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromI8
HRESULT VarCyFromI8(LONG64 , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromR4
HRESULT VarCyFromR4(FLOAT , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromR4
HRESULT VarCyFromR4(float , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromR8
HRESULT VarCyFromR8(DOUBLE , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromR8
HRESULT VarCyFromR8(double , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromStr
HRESULT VarCyFromStr(OLECHAR* , LCID , ULONG , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromStr
HRESULT VarCyFromStr(OLECHAR* , LCID , ULONG , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromStr
HRESULT VarCyFromStr(OLECHAR* , LCID , uint , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromUI1
HRESULT VarCyFromUI1(BYTE , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromUI1
HRESULT VarCyFromUI1(ubyte , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromUI2
HRESULT VarCyFromUI2(USHORT , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromUI4
HRESULT VarCyFromUI4(ULONG , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyFromUI8
HRESULT VarCyFromUI8(ULONG64 , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyInt
HRESULT VarCyInt(CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyMul
HRESULT VarCyMul(CY , CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyMulI4
HRESULT VarCyMulI4(CY , LONG , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyMulI8
HRESULT VarCyMulI8(CY , LONG64 , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyNeg
HRESULT VarCyNeg(CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCyRound
HRESULT VarCyRound(CY , INT , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarCySub
HRESULT VarCySub(CY , CY , CY* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromBool
HRESULT VarDateFromBool(VARIANT_BOOL , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromBool
HRESULT VarDateFromBool(VARIANT_BOOL , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromCy
HRESULT VarDateFromCy(CY , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromCy
HRESULT VarDateFromCy(CY , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromDec
HRESULT VarDateFromDec(DECIMAL* , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromDisp
HRESULT VarDateFromDisp(IDispatch , LCID , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromDisp
HRESULT VarDateFromDisp(LPDISPATCH , LCID , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromI1
HRESULT VarDateFromI1(byte , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromI2
HRESULT VarDateFromI2(SHORT , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromI2
HRESULT VarDateFromI2(short , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromI4
HRESULT VarDateFromI4(LONG , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromI4
HRESULT VarDateFromI4(int , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromI8
HRESULT VarDateFromI8(LONG64 , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromR4
HRESULT VarDateFromR4(FLOAT , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromR4
HRESULT VarDateFromR4(float , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromR8
HRESULT VarDateFromR8(DOUBLE , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromR8
HRESULT VarDateFromR8(double , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromStr
HRESULT VarDateFromStr(OLECHAR* , LCID , ULONG , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromStr
HRESULT VarDateFromStr(OLECHAR* , LCID , uint , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUI1
HRESULT VarDateFromUI1(BYTE , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUI1
HRESULT VarDateFromUI1(ubyte , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUI2
HRESULT VarDateFromUI2(USHORT , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUI4
HRESULT VarDateFromUI4(ULONG , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUI8
HRESULT VarDateFromUI8(ULONG64 , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUdate
HRESULT VarDateFromUdate(UDATE* , ULONG , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDateFromUdateEx
HRESULT VarDateFromUdateEx(UDATE* , LCID , ULONG , DATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecAbs
HRESULT VarDecAbs(const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecAdd
HRESULT VarDecAdd(const(DECIMAL)* , const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecCmp
HRESULT VarDecCmp(const(DECIMAL)* , const(DECIMAL)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecCmpR8
HRESULT VarDecCmpR8(const(DECIMAL)* , DOUBLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecDiv
HRESULT VarDecDiv(const(DECIMAL)* , const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFix
HRESULT VarDecFix(const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromBool
HRESULT VarDecFromBool(VARIANT_BOOL , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromCy
HRESULT VarDecFromCy(CY , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromDate
HRESULT VarDecFromDate(DATE , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromDisp
HRESULT VarDecFromDisp(IDispatch , LCID , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromI1
HRESULT VarDecFromI1(byte , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromI2
HRESULT VarDecFromI2(SHORT , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromI4
HRESULT VarDecFromI4(LONG , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromI8
HRESULT VarDecFromI8(LONG64 , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromR4
HRESULT VarDecFromR4(FLOAT , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromR8
HRESULT VarDecFromR8(DOUBLE , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromR8
HRESULT VarDecFromR8(double , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromStr
HRESULT VarDecFromStr(OLECHAR* , LCID , ULONG , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromUI1
HRESULT VarDecFromUI1(BYTE , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromUI2
HRESULT VarDecFromUI2(USHORT , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromUI4
HRESULT VarDecFromUI4(ULONG , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecFromUI8
HRESULT VarDecFromUI8(ULONG64 , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecInt
HRESULT VarDecInt(const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecMul
HRESULT VarDecMul(const(DECIMAL)* , const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecNeg
HRESULT VarDecNeg(const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecRound
HRESULT VarDecRound(const(DECIMAL)* , int , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDecSub
HRESULT VarDecSub(const(DECIMAL)* , const(DECIMAL)* , DECIMAL* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDiv
HRESULT VarDiv(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarDiv
HRESULT VarDiv(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarEqv
HRESULT VarEqv(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarFix
HRESULT VarFix(LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromBool
HRESULT VarI1FromBool(VARIANT_BOOL , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromCy
HRESULT VarI1FromCy(CY , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromDate
HRESULT VarI1FromDate(DATE , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromDec
HRESULT VarI1FromDec(DECIMAL* , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromDisp
HRESULT VarI1FromDisp(IDispatch , LCID , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromI2
HRESULT VarI1FromI2(SHORT , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromI4
HRESULT VarI1FromI4(LONG , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromI8
HRESULT VarI1FromI8(LONG64 , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromR4
HRESULT VarI1FromR4(FLOAT , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromR8
HRESULT VarI1FromR8(DOUBLE , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromStr
HRESULT VarI1FromStr(OLECHAR* , LCID , ULONG , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromUI1
HRESULT VarI1FromUI1(BYTE , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromUI2
HRESULT VarI1FromUI2(USHORT , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromUI4
HRESULT VarI1FromUI4(ULONG , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI1FromUI8
HRESULT VarI1FromUI8(ULONG64 , byte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromBool
HRESULT VarI2FromBool(VARIANT_BOOL , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromBool
HRESULT VarI2FromBool(VARIANT_BOOL , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromCy
HRESULT VarI2FromCy(CY cyIn, short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromCy
HRESULT VarI2FromCy(CY , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromDate
HRESULT VarI2FromDate(DATE , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromDate
HRESULT VarI2FromDate(DATE , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromDec
HRESULT VarI2FromDec(DECIMAL* , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromDisp
HRESULT VarI2FromDisp(IDispatch , LCID , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromDisp
HRESULT VarI2FromDisp(LPDISPATCH , LCID , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromI1
HRESULT VarI2FromI1(byte , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromI4
HRESULT VarI2FromI4(int , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromI4
HRESULT VarI2FromI4(LONG , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromI8
HRESULT VarI2FromI8(LONG64 , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromR4
HRESULT VarI2FromR4(FLOAT , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromR4
HRESULT VarI2FromR4(float , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromR8
HRESULT VarI2FromR8(DOUBLE , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromR8
HRESULT VarI2FromR8(double , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromStr
HRESULT VarI2FromStr(OLECHAR* , LCID , ULONG , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromStr
HRESULT VarI2FromStr(OLECHAR* , LCID , uint , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromUI1
HRESULT VarI2FromUI1(ubyte , short* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromUI1
HRESULT VarI2FromUI1(BYTE , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromUI2
HRESULT VarI2FromUI2(USHORT , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromUI4
HRESULT VarI2FromUI4(ULONG , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI2FromUI8
HRESULT VarI2FromUI8(ULONG64 , SHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromBool
HRESULT VarI4FromBool(VARIANT_BOOL , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromBool
HRESULT VarI4FromBool(VARIANT_BOOL , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromCy
HRESULT VarI4FromCy(CY , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromCy
HRESULT VarI4FromCy(CY , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromDate
HRESULT VarI4FromDate(DATE , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromDate
HRESULT VarI4FromDate(DATE , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromDec
HRESULT VarI4FromDec(DECIMAL* , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromDisp
HRESULT VarI4FromDisp(IDispatch , LCID , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromDisp
HRESULT VarI4FromDisp(LPDISPATCH , LCID , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromI1
HRESULT VarI4FromI1(byte , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromI2
HRESULT VarI4FromI2(SHORT , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromI2
HRESULT VarI4FromI2(short , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromI8
HRESULT VarI4FromI8(LONG64 , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromR4
HRESULT VarI4FromR4(FLOAT , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromR4
HRESULT VarI4FromR4(float , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromR8
HRESULT VarI4FromR8(DOUBLE , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromR8
HRESULT VarI4FromR8(double , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromStr
HRESULT VarI4FromStr(OLECHAR* , LCID , ULONG , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromStr
HRESULT VarI4FromStr(OLECHAR* , LCID , uint , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromUI1
HRESULT VarI4FromUI1(BYTE , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromUI1
HRESULT VarI4FromUI1(ubyte , int* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromUI2
HRESULT VarI4FromUI2(USHORT , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromUI4
HRESULT VarI4FromUI4(ULONG , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI4FromUI8
HRESULT VarI4FromUI8(ULONG64 , LONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromBool
HRESULT VarI8FromBool(VARIANT_BOOL , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromCy
HRESULT VarI8FromCy(CY , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromDate
HRESULT VarI8FromDate(DATE , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromDec
HRESULT VarI8FromDec(DECIMAL* pdecIn, LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromDisp
HRESULT VarI8FromDisp(IDispatch , LCID , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromI1
HRESULT VarI8FromI1(byte , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromI2
HRESULT VarI8FromI2(SHORT , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromI4
HRESULT VarI8FromI4(LONG , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromInt
HRESULT VarI8FromInt(INT intIn, LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromR4
HRESULT VarI8FromR4(FLOAT , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromR8
HRESULT VarI8FromR8(DOUBLE , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromStr
HRESULT VarI8FromStr(OLECHAR* , LCID , ULONG , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromUI1
HRESULT VarI8FromUI1(BYTE , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromUI2
HRESULT VarI8FromUI2(USHORT , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromUI4
HRESULT VarI8FromUI4(ULONG , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarI8FromUI8
HRESULT VarI8FromUI8(ULONG64 , LONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarIdiv
HRESULT VarIdiv(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarImp
HRESULT VarImp(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarInt
HRESULT VarInt(LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarMod
HRESULT VarMod(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarMul
HRESULT VarMul(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarMul
HRESULT VarMul(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarNeg
HRESULT VarNeg(LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarNot
HRESULT VarNot(LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarNumFromParseNum
HRESULT VarNumFromParseNum(NUMPARSE* , BYTE* , ULONG , VARIANT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarOr
HRESULT VarOr(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarParseNumFromStr
HRESULT VarParseNumFromStr(OLECHAR* , LCID , ULONG , NUMPARSE* , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarPow
HRESULT VarPow(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4CmpR8
HRESULT VarR4CmpR8(float , double )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromBool
HRESULT VarR4FromBool(VARIANT_BOOL , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromBool
HRESULT VarR4FromBool(VARIANT_BOOL , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromCy
HRESULT VarR4FromCy(CY , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromCy
HRESULT VarR4FromCy(CY , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromDate
HRESULT VarR4FromDate(DATE , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromDate
HRESULT VarR4FromDate(DATE , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromDec
HRESULT VarR4FromDec(DECIMAL* , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromDisp
HRESULT VarR4FromDisp(LPDISPATCH , LCID , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromDisp
HRESULT VarR4FromDisp(IDispatch , LCID , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromI1
HRESULT VarR4FromI1(byte , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromI2
HRESULT VarR4FromI2(short , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromI2
HRESULT VarR4FromI2(SHORT , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromI4
HRESULT VarR4FromI4(int , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromI4
HRESULT VarR4FromI4(LONG , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromI8
HRESULT VarR4FromI8(LONG64 , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromR8
HRESULT VarR4FromR8(double , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromR8
HRESULT VarR4FromR8(DOUBLE , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromStr
HRESULT VarR4FromStr(OLECHAR* , LCID , uint , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromStr
HRESULT VarR4FromStr(OLECHAR* , LCID , ULONG , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromUI1
HRESULT VarR4FromUI1(ubyte , float* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromUI1
HRESULT VarR4FromUI1(BYTE , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromUI2
HRESULT VarR4FromUI2(USHORT , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromUI4
HRESULT VarR4FromUI4(ULONG , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR4FromUI8
HRESULT VarR4FromUI8(ULONG64 , FLOAT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromBool
HRESULT VarR8FromBool(VARIANT_BOOL , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromBool
HRESULT VarR8FromBool(VARIANT_BOOL , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromCy
HRESULT VarR8FromCy(CY , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromCy
HRESULT VarR8FromCy(CY , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromDate
HRESULT VarR8FromDate(DATE , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromDate
HRESULT VarR8FromDate(DATE , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromDec
HRESULT VarR8FromDec(DECIMAL* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromDec
HRESULT VarR8FromDec(DECIMAL* , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromDisp
HRESULT VarR8FromDisp(IDispatch , LCID , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromDisp
HRESULT VarR8FromDisp(LPDISPATCH , LCID , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromI1
HRESULT VarR8FromI1(byte , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromI2
HRESULT VarR8FromI2(short , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromI2
HRESULT VarR8FromI2(SHORT , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromI4
HRESULT VarR8FromI4(LONG , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromI4
HRESULT VarR8FromI4(int , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromI8
HRESULT VarR8FromI8(LONG64 , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromR4
HRESULT VarR8FromR4(FLOAT , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromR4
HRESULT VarR8FromR4(float , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromStr
HRESULT VarR8FromStr(OLECHAR* , LCID , ULONG , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromStr
HRESULT VarR8FromStr(OLECHAR* , LCID , uint , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromUI1
HRESULT VarR8FromUI1(ubyte , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromUI1
HRESULT VarR8FromUI1(BYTE , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromUI2
HRESULT VarR8FromUI2(USHORT , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromUI4
HRESULT VarR8FromUI4(ULONG , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8FromUI8
HRESULT VarR8FromUI8(ULONG64 , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8Pow
HRESULT VarR8Pow(double , double , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarR8Round
HRESULT VarR8Round(double , int , double* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarRound
HRESULT VarRound(LPVARIANT , int , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarSub
HRESULT VarSub(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarSub
HRESULT VarSub(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromBool
HRESULT VarUI1FromBool(VARIANT_BOOL , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromBool
HRESULT VarUI1FromBool(VARIANT_BOOL , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromCy
HRESULT VarUI1FromCy(CY , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromCy
HRESULT VarUI1FromCy(CY , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromDate
HRESULT VarUI1FromDate(DATE , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromDate
HRESULT VarUI1FromDate(DATE , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromDec
HRESULT VarUI1FromDec(DECIMAL* , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromDisp
HRESULT VarUI1FromDisp(IDispatch , LCID , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromDisp
HRESULT VarUI1FromDisp(LPDISPATCH , LCID , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromI1
HRESULT VarUI1FromI1(byte , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromI2
HRESULT VarUI1FromI2(SHORT , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromI2
HRESULT VarUI1FromI2(short , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromI4
HRESULT VarUI1FromI4(LONG , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromI4
HRESULT VarUI1FromI4(int , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromI8
HRESULT VarUI1FromI8(LONG64 , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromR4
HRESULT VarUI1FromR4(FLOAT , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromR4
HRESULT VarUI1FromR4(float , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromR8
HRESULT VarUI1FromR8(double , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromR8
HRESULT VarUI1FromR8(DOUBLE , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromStr
HRESULT VarUI1FromStr(OLECHAR* , LCID , ULONG , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromStr
HRESULT VarUI1FromStr(OLECHAR* , LCID , uint , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromUI2
HRESULT VarUI1FromUI2(USHORT , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromUI4
HRESULT VarUI1FromUI4(ULONG , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI1FromUI8
HRESULT VarUI1FromUI8(ULONG64 , BYTE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromBool
HRESULT VarUI2FromBool(VARIANT_BOOL , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromCy
HRESULT VarUI2FromCy(CY , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromDate
HRESULT VarUI2FromDate(DATE , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromDec
HRESULT VarUI2FromDec(DECIMAL* , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromDisp
HRESULT VarUI2FromDisp(IDispatch , LCID , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromI1
HRESULT VarUI2FromI1(byte , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromI2
HRESULT VarUI2FromI2(SHORT , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromI4
HRESULT VarUI2FromI4(LONG , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromI8
HRESULT VarUI2FromI8(LONG64 , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromR4
HRESULT VarUI2FromR4(FLOAT , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromR8
HRESULT VarUI2FromR8(DOUBLE , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromStr
HRESULT VarUI2FromStr(OLECHAR* , LCID , ULONG , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromUI1
HRESULT VarUI2FromUI1(BYTE , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromUI4
HRESULT VarUI2FromUI4(ULONG , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI2FromUI8
HRESULT VarUI2FromUI8(ULONG64 , USHORT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromBool
HRESULT VarUI4FromBool(VARIANT_BOOL , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromCy
HRESULT VarUI4FromCy(CY , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromDate
HRESULT VarUI4FromDate(DATE , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromDec
HRESULT VarUI4FromDec(DECIMAL* , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromDisp
HRESULT VarUI4FromDisp(IDispatch , LCID , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromI1
HRESULT VarUI4FromI1(byte , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromI2
HRESULT VarUI4FromI2(SHORT , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromI4
HRESULT VarUI4FromI4(LONG , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromI8
HRESULT VarUI4FromI8(LONG64 , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromR4
HRESULT VarUI4FromR4(FLOAT , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromR8
HRESULT VarUI4FromR8(DOUBLE , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromStr
HRESULT VarUI4FromStr(OLECHAR* , LCID , ULONG , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromUI1
HRESULT VarUI4FromUI1(BYTE , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromUI2
HRESULT VarUI4FromUI2(USHORT , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI4FromUI8
HRESULT VarUI4FromUI8(ULONG64 , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromBool
HRESULT VarUI8FromBool(VARIANT_BOOL , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromCy
HRESULT VarUI8FromCy(CY , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromDate
HRESULT VarUI8FromDate(DATE , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromDec
HRESULT VarUI8FromDec(DECIMAL* , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromDisp
HRESULT VarUI8FromDisp(IDispatch , LCID , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromI1
HRESULT VarUI8FromI1(byte , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromI2
HRESULT VarUI8FromI2(SHORT , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromI4
HRESULT VarUI8FromI4(LONG , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromI8
HRESULT VarUI8FromI8(LONG64 , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromInt
HRESULT VarUI8FromInt(INT , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromR4
HRESULT VarUI8FromR4(FLOAT , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromR8
HRESULT VarUI8FromR8(DOUBLE , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromStr
HRESULT VarUI8FromStr(OLECHAR* , LCID , ULONG , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromUI1
HRESULT VarUI8FromUI1(BYTE , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromUI2
HRESULT VarUI8FromUI2(USHORT , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUI8FromUI4
HRESULT VarUI8FromUI4(ULONG , ULONG64* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarUdateFromDate
HRESULT VarUdateFromDate(DATE , ULONG , UDATE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VarXor
HRESULT VarXor(LPVARIANT , LPVARIANT , LPVARIANT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantChangeType
HRESULT VariantChangeType(VARIANTARG* , VARIANTARG* , ushort , VARTYPE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantChangeTypeEx
HRESULT VariantChangeTypeEx(VARIANTARG* , VARIANTARG* , LCID , ushort , VARTYPE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantClear
HRESULT VariantClear(VARIANTARG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantCopy
HRESULT VariantCopy(VARIANTARG* , VARIANTARG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantCopyInd
HRESULT VariantCopyInd(VARIANT* , VARIANTARG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantInit
void VariantInit(VARIANTARG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantTimeToDosDateTime
int VariantTimeToDosDateTime(double , ushort* , ushort* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VariantTimeToSystemTime
int VariantTimeToSystemTime(double , LPSYSTEMTIME )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VectorFromBstr
HRESULT VectorFromBstr(BSTR , SAFEARRAY** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Interfaces

ICreateTypeInfo
deprecated interface ICreateTypeInfo
Undocumented in source.
ICreateTypeInfo2
deprecated interface ICreateTypeInfo2
Undocumented in source.
ICreateTypeLib
deprecated interface ICreateTypeLib
Undocumented in source.
ICreateTypeLib2
deprecated interface ICreateTypeLib2
Undocumented in source.

Structs

INTERFACEDATA
struct INTERFACEDATA
Undocumented in source.
METHODDATA
struct METHODDATA
Undocumented in source.
NUMPARSE
struct NUMPARSE
Undocumented in source.
PARAMDATA
struct PARAMDATA
Undocumented in source.
UDATE
struct UDATE
Undocumented in source.

Variables

DISPATCH_METHOD
auto DISPATCH_METHOD;
Undocumented in source.
DISPATCH_PROPERTYGET
auto DISPATCH_PROPERTYGET;
Undocumented in source.
DISPATCH_PROPERTYPUT
auto DISPATCH_PROPERTYPUT;
Undocumented in source.
DISPATCH_PROPERTYPUTREF
auto DISPATCH_PROPERTYPUTREF;
Undocumented in source.
ID_DEFAULTINST
auto ID_DEFAULTINST;
Undocumented in source.
LOCALE_USE_NLS
auto LOCALE_USE_NLS;
Undocumented in source.
MEMBERID_NIL
auto MEMBERID_NIL;
Undocumented in source.
NUMPRS_CURRENCY
auto NUMPRS_CURRENCY;
Undocumented in source.
NUMPRS_DECIMAL
auto NUMPRS_DECIMAL;
Undocumented in source.
NUMPRS_EXPONENT
auto NUMPRS_EXPONENT;
Undocumented in source.
NUMPRS_HEX_OCT
auto NUMPRS_HEX_OCT;
Undocumented in source.
NUMPRS_INEXACT
auto NUMPRS_INEXACT;
Undocumented in source.
NUMPRS_LEADING_MINUS
auto NUMPRS_LEADING_MINUS;
Undocumented in source.
NUMPRS_LEADING_PLUS
auto NUMPRS_LEADING_PLUS;
Undocumented in source.
NUMPRS_LEADING_WHITE
auto NUMPRS_LEADING_WHITE;
Undocumented in source.
NUMPRS_NEG
auto NUMPRS_NEG;
Undocumented in source.
NUMPRS_PARENS
auto NUMPRS_PARENS;
Undocumented in source.
NUMPRS_STD
auto NUMPRS_STD;
Undocumented in source.
NUMPRS_THOUSANDS
auto NUMPRS_THOUSANDS;
Undocumented in source.
NUMPRS_TRAILING_MINUS
auto NUMPRS_TRAILING_MINUS;
Undocumented in source.
NUMPRS_TRAILING_PLUS
auto NUMPRS_TRAILING_PLUS;
Undocumented in source.
NUMPRS_TRAILING_WHITE
auto NUMPRS_TRAILING_WHITE;
Undocumented in source.
NUMPRS_USE_ALL
auto NUMPRS_USE_ALL;
Undocumented in source.
STDOLE_LCID
auto STDOLE_LCID;
Undocumented in source.
STDOLE_MAJORVERNUM
auto STDOLE_MAJORVERNUM;
Undocumented in source.
STDOLE_MINORVERNUM
auto STDOLE_MINORVERNUM;
Undocumented in source.
VARIANT_ALPHABOOL
auto VARIANT_ALPHABOOL;
Undocumented in source.
VARIANT_CALENDAR_GREGORIAN
auto VARIANT_CALENDAR_GREGORIAN;
Undocumented in source.
VARIANT_CALENDAR_HIJRI
auto VARIANT_CALENDAR_HIJRI;
Undocumented in source.
VARIANT_CALENDAR_THAI
auto VARIANT_CALENDAR_THAI;
Undocumented in source.
VARIANT_LOCALBOOL
auto VARIANT_LOCALBOOL;
Undocumented in source.
VARIANT_NOUSEOVERRIDE
auto VARIANT_NOUSEOVERRIDE;
Undocumented in source.
VARIANT_NOUSEROVERRIDE
auto VARIANT_NOUSEROVERRIDE;
Undocumented in source.
VARIANT_NOVALUEPROP
auto VARIANT_NOVALUEPROP;
Undocumented in source.
VARIANT_USE_NLS
auto VARIANT_USE_NLS;
Undocumented in source.
VAR_CALENDAR_GREGORIAN
auto VAR_CALENDAR_GREGORIAN;
Undocumented in source.
VAR_CALENDAR_HIJRI
auto VAR_CALENDAR_HIJRI;
Undocumented in source.
VAR_CALENDAR_THAI
auto VAR_CALENDAR_THAI;
Undocumented in source.
VAR_DATEVALUEONLY
auto VAR_DATEVALUEONLY;
Undocumented in source.
VAR_FORMAT_NOSUBSTITUTE
auto VAR_FORMAT_NOSUBSTITUTE;
Undocumented in source.
VAR_FOURDIGITYEARS
auto VAR_FOURDIGITYEARS;
Undocumented in source.
VAR_LOCALBOOL
auto VAR_LOCALBOOL;
Undocumented in source.
VAR_TIMEVALUEONLY
auto VAR_TIMEVALUEONLY;
Undocumented in source.
VAR_VALIDDATE
auto VAR_VALIDDATE;
Undocumented in source.
VTBIT_CY
auto VTBIT_CY;
Undocumented in source.
VTBIT_DECIMAL
auto VTBIT_DECIMAL;
Undocumented in source.
VTBIT_I1
auto VTBIT_I1;
Undocumented in source.
VTBIT_I2
auto VTBIT_I2;
Undocumented in source.
VTBIT_I4
auto VTBIT_I4;
Undocumented in source.
VTBIT_I8
auto VTBIT_I8;
Undocumented in source.
VTBIT_R4
auto VTBIT_R4;
Undocumented in source.
VTBIT_R8
auto VTBIT_R8;
Undocumented in source.
VTBIT_UI1
auto VTBIT_UI1;
Undocumented in source.
VTBIT_UI2
auto VTBIT_UI2;
Undocumented in source.
VTBIT_UI4
auto VTBIT_UI4;
Undocumented in source.
VTBIT_UI8
auto VTBIT_UI8;
Undocumented in source.

Meta