FLOATOBJ_LessThanLong

BOOL FLOATOBJ_LessThanLong(

    PFLOATOBJ pf,

    LONG  l

   );

FLOATOBJ_LessThanLong determines whether the FLOATOBJ is less than the value of type LONG.

Parameters

pf
Pointer to the FLOATOBJ.
l
The LONG value. This value is converted to a FLOATOBJ for the comparison.

Return Value

FLOATOBJ_LessThanLong returns TRUE if pf is less than the FLOATOBJ-equivalent of l; otherwise it returns FALSE.

Comments

The FLOATOBJ_Xxx services allow graphics drivers to emulate floating point arithmetic. Windows NT does not support kernel-mode floating point operations on some systems.

See Also

FLOATOBJ