Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The FLOATOBJ_DivFloat function divides the FLOATOBJ by the value of type FLOATL, and returns with the result in the first parameter.
Syntax
VOID FLOATOBJ_DivFloat(
[in] PFLOATOBJ unnamedParam1,
[in] FLOATL unnamedParam2
);
Parameters
[in] unnamedParam1
Pointer to the FLOATOBJ operand. When the function returns, *pf will be reset to the quotient of *pf divided by f.
[in] unnamedParam2
Specifies the FLOATL operand. This value is converted to a FLOATOBJ for the division.
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 |