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

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/vartype.c". https://source.winehq.org/source/dlls/oleaut32/vartype.c

Debug channel "variant".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.