LONG FLOATOBJ_GetLong(
PFLOATOBJ pf | |
); |
FLOATOBJ_GetLong calculates and returns the LONG-equivalent value of the specified FLOATOBJ.
Parameters
pf
Pointer to the FLOATOBJ to be converted to a LONG.
Return Value
FLOATOBJ_GetFloat returns the LONG-equivalent value of pf.
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