BOOL FLOATOBJ_LessThanLong(
PFLOATOBJ pf, | |
LONG l | |
); |
FLOATOBJ_LessThanLong determines whether the FLOATOBJ is less than the value of type LONG.
FLOATOBJ_LessThanLong returns TRUE if pf is less than the FLOATOBJ-equivalent of l; otherwise it returns FALSE.
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.