.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MAPI32_FtMulDwDw 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMAPI32_FtMulDwDw\fR (MAPI32.125) .SH SYNOPSIS LONGLONG MAPI32_FtMulDwDw ( DWORD \fIdwLeft\fR, DWORD \fIdwRight\fR ) .SH DESCRIPTION .PP Multiply two \fBDWORD\fR, giving the result as a \fBFILETIME\fR. .SH PARAMS \fIdwLeft\fR \fB[In]\fR \fBDWORD\fR to multiply with \fIdwRight\fR. .PP \fIdwRight\fR \fB[In]\fR \fBDWORD\fR to multiply with \fIdwLeft\fR. .PP .SH RETURNS .PP The product of ftMultiplier and ftMultiplicand as a \fBFILETIME\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/mapi32/util.c"\fR. .PP Debug channel \fB"mapi"\fR.