VarBoolFromDec (OLEAUT32.236)
HRESULT VarBoolFromDec ( DECIMAL* pDecIn, VARIANT_BOOL* pBoolOut )
Convert a VT_DECIMAL to a VT_BOOL.
pDecIn | [In] | Source. |
pBoolOut | [Out] | Destination. |
Success: S_OK.
Failure: E_INVALIDARG, if pDecIn is invalid.
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/vartype.c". source.winehq.org/source/dlls/oleaut32/vartype.c
Debug channel "variant".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.