Converts a UINT32 data type to a UINT64 data type.
#include <smsutapi.h>
void SMDFPutUINT64 (
UINT64 *dest,
UINT32 src);
(OUT) Points to the UINT64 equivalent of src.
(IN) Specifies the value to be converted to a UINT64.