FtMulDwDw 

The FtMulDwDw function multiplies one unsigned 32-bit integer in doubleword format 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] An unsigned 32-bit integer in doubleword format to be multiplied by the value in the Multiplier parameter.

Multiplier

[in] An unsigned 32-bit integer in doubleword format.

 

Remarks

The FtMulDwDw function returns a FILETIME1_YKW9V structure containing the product of the input values.