SMDFGetUINT64

Returns the lower four bytes from a UINT64 value.

Syntax

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

Parameters

src

(IN) Points to the UINT64 value.

dest

(OUT) Points to the lower 4 bytes of the UINT64 value.

Return Values

The following table lists the return values associated with the function.

0x00000000

Successful

0xFFFBFFFA

NWSMUT_BUFFER_OVERFLOW: The upper 4 bytes of src are nonzero.

See Also

SMDFSetUINT64