FtMulDwDw

The FtMulDwDw function multiplies one unsigned 32-bit integer by another.

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 FtMulDwDw(
  DWORD Multiplicand,   
  DWORD Multiplier      
);
 

Parameters

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

Remarks

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

See Also

Large Integer Functions