Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.16 KB

File metadata and controls

54 lines (36 loc) · 1.16 KB
title description manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
FtMulDwDw
Describes FtMulDwDw and provides syntax, parameters, and return value.
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.FtMulDwDw
COM
8c1a342c-d7ae-4e26-b327-a63cdd3c3ee6

FtMulDwDw

Applies to: Outlook 2013 | Outlook 2016

Multiplies one unsigned 32-bit integer by another.

Property Value
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.