Returns the lower four bytes from a UINT64 value.
#include <smsutapi.h>
CCODE SMDFGetUINT64 (
UINT64 *src,
UINT32 *dest);
(IN) Points to the UINT64 value.
(OUT) Points to the lower 4 bytes of the UINT64 value.
The following table lists the return values associated with the function.