ShapeUnsignedToU24

Takes an unsigned 32 bit integer and returns an unsigned 32 bit integer with the input number in the upper 24 bits.

Syntax

UINT32 ShapeUnsignedToU24(
         UINT32 value
)  

Parameters

value
Type: UINT32 

An unsigned 32 bit integer.

Return value

Type: UINT32 

An unsigned 32 bit integer, with the input in the upper 24 bits.

Requirements

Header: Declared in shapeeqcompcontext.h.

Library: Use acphal.lib.