FLOATOBJ_SetLong

VOID FLOATOBJ_SetLong(

    PFLOATOBJ pf,

    LONG  l

   );

FLOATOBJ_SetLong assigns the value of type LONG to the FLOATOBJ.

Parameters

pf
Pointer to the FLOATOBJ that receives the value of l.
l
The LONG value. This value is converted to a FLOATOBJ for the assignment.

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