Expand Minimize
This topic has not yet been rated - Rate this topic

FtMulDw

Multiplies an unsigned 64-bit integer by an unsigned 32-bit integer.

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 that contains the unsigned 32-bit integer multiplier.

Multiplicand

[in] A FILETIME structure that contains the unsigned 64-bit integer to be multiplied by the value in the Multiplier parameter.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.