Takes a signed 32 bit integer and returns an unsigned 32 bit integer with the input number in the upper 16 bits.
UINT32 ShapeSignedToU16(
INT32 value
)
value
Type: INT32
An signed 32 bit integer.
Type: UINT32
An unsigned 32 bit integer, with the input in the upper 16 bits.
Header: Declared in shapeeqcompcontext.h.
Library: Use acphal.lib.