DXVADDI_FIXED32 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _DXVADDI_FIXED32 {
  union {
    struct {
      USHORT Fraction;
      SHORT  Value;
    };
         LONG ll;
  };
} DXVADDI_FIXED32;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_dxvaddi_fixed32)

_DXVADDI_FIXED32 structure

Description

The DXVADDI_FIXED32 structure describes a floating-point number from a 16.16 fixed-point number.

Members

Fraction [in]

A USHORT value that specifies the 16 bits after the decimal point.

Value [in]

A SHORT value that specifies the 16 bits before the decimal point.

ll

A 32-bit value that describes the 16.16 fixed-point number.

See also

DXVADDI_PROCAMPVALUES