BOOL FLOATOBJ_GreaterThanLong(
PFLOATOBJ pf, | |
LONG l | |
); |
FLOATOBJ_GreaterThanLong determines whether the FLOATOBJ is greater 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_GreaterThanLong returns TRUE if pf is greater 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