FLOATOBJ_SetFloat function (winddi.h)
The FLOATOBJ_SetFloat function assigns the value of type FLOATL to the FLOATOBJ.
Syntax
void FLOATOBJ_SetFloat(
[out] PFLOATOBJ unnamedParam1,
[in] FLOATL unnamedParam2
);
Parameters
[out] unnamedParam1
Pointer to the FLOATOBJ that will receive the value of f.
[in] unnamedParam2
Specifies the FLOATL value. This value is converted to a FLOATOBJ for the assignment.
Return value
None
Remarks
The FLOATOBJ_Xxx services allow graphics drivers to emulate floating-point arithmetic. An NT-based operating system does not support kernel-mode floating-point operations on some systems.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | winddi.h (include Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |