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