BOOL FLOATOBJ_EqualLong(
PFLOATOBJ pf, | |
LONG l | |
); |
FLOATOBJ_EqualLong determines whether the FLOATOBJ and the value of type LONG are equal.
Parameters
pf
Pointer to the FLOATOBJ.
l
The LONG value. This value is converted to a FLOATOBJ for the comparison.
Return Value
FLOATOBJ_EqualLong returns TRUE if pf and the FLOATOBJ-equivalent value of l are equal; 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