FLOATOBJ_MulLong

VOID FLOATOBJ_MulLong(

    PFLOATOBJ pf,

    LONG  l

   );

FLOATOBJ_MulLong multiplies the FLOATOBJ by the value of type LONG, and returns the result in the FLOATOBJ.

Parameters

pf
Pointer to the FLOATOBJ operand. The result of pf by l is returned in this parameter.
l
The LONG operand. This value is converted to a FLOATOBJ for the multiplication.

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