SMDFPutUINT64

Converts a UINT32 data type to a UINT64 data type.

Syntax

  #include <smsutapi.h> 
   
  void SMDFPutUINT64 ( 
     UINT64  *dest, 
     UINT32   src);
  

Parameters

dest

(OUT) Points to the UINT64 equivalent of src.

src

(IN) Specifies the value to be converted to a UINT64.