Adds a UINT32 value to a UINT64 value.
#include <smsutapi.h>
CCODE SMDFIncrementUINT64 (
UINT64 *term1,
UINT32 term2);
(IN/OUT) Points to the value of the first term on input. Points to the sum of term1 and term2 on ouptut.
(IN) Specifies the second term.