Share via


FtMulDwDw

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Multiplies one unsigned 32-bit integer by another.

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 that contains the unsigned 32-bit integer to be multiplied by the value in the Multiplier parameter.

  • Multiplier
    [in] A double word that contains the unsigned 32-bit integer multiplier.

Return Value

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