NAME

VarR4CmpR8  (OLEAUT32.316)

SYNOPSIS

 HRESULT VarR4CmpR8
 (
  float  fltLeft,
  double dblRight
 )

DESCRIPTION

Compare a VT_R4 to a VT_R8.

PARAMS

fltLeft [In] Source.
dblRight [In] Value to compare.

RETURNS

VARCMP_LT, VARCMP_EQ or VARCMP_GT indicating that fltLeft is less than, equal to or greater than dblRight respectively.

IMPLEMENTATION

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.