Takes a 16 bit and an 8 bit number and returns a 32 bit integer combining the two.
INT32 ShapeSignedFromU16_8(
UINT32 highU16,
UINT32 lowU8
)
highU16
Type: UINT32
An unsigned 16 bit integer.
lowU8
Type: UINT32
An unsigned 8 bit integer.
Type: INT32
A signed 32 bit integer, with the 16 bit integer in the upper bits, and the 8 bit integer in the lower bits.
Header: Declared in shapeeqcompcontext.h.
Library: Use acphal.lib.