FtMulDw

The FtMulDw function multiplies an unsigned 64-bit integer by an unsigned 32-bit integer.

Note This function may not be supported in future versions of MAPI.

Quick Info

Header file: MAPIUTIL.H
Implemented by: MAPI
Called by: Client applications and service providers

FILETIME FtMulDw(
  DWORD Multiplier,      
  FILETIME Multiplicand  
);
 

Parameters

Multiplier
[in] A double word containing the unsigned 32-bit integer multiplier.
Multiplicand
[in] A FILETIME structure containing the unsigned 64-bit integer to be multiplied by the value in the Multiplier parameter.

Remarks

The FtMulDw function returns a FILETIME structure containing the product of the two integers. The two input parameters remain unchanged.

See Also

Large Integer Functions