FLOATOBJ_GetLong function (winddi.h)

The FLOATOBJ_GetLong function calculates and returns the LONG-equivalent value of the specified FLOATOBJ.

Syntax

LONG FLOATOBJ_GetLong(
  [in] PFLOATOBJ unnamedParam1
);

Parameters

[in] unnamedParam1

Pointer to the FLOATOBJ to be converted to a LONG.

Return value

FLOATOBJ_GetFloat returns the LONG-equivalent value of *pf.

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

See also

FLOATOBJ