.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH _allmul 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fB_allmul\fR (NTDLL.@) .SH SYNOPSIS LONGLONG _allmul ( LONGLONG \fIa\fR, LONGLONG \fIb\fR ) .SH DESCRIPTION .PP Multiply two \fB64\fR bit integers. .SH PARAMS \fIa\fR \fB[In]\fR Initial number. .PP \fIb\fR \fB[In]\fR Number to multiply \fIa\fR by. .PP .SH RETURNS .PP The product of \fIa\fR and \fIb\fR. .SH IMPLEMENTATION .PP Not declared in \fIa\fR Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/ntdll/large_int.c"\fR.