FtMulDw 

The FtMulDw function multiplies an unsigned 64-bit integer indicating a time value by an unsigned 32-bit integer in doubleword format.

 

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] An unsigned 32-bit integer in doubleword format.

Multiplicand

[in] A FILETIME1_YKW9V structure defining a 64-bit integer time value to be multiplied by the value in the Multiplier parameter.

 

Remarks

The FtMulDw function returns a FILETIME structure containing the product of the input values.