table of contents
other versions
- wheezy 1.4.1-4
RtlEnlargedUnsignedMultiply(3w) | Wine API | RtlEnlargedUnsignedMultiply(3w) |
NAME¶
RtlEnlargedUnsignedMultiply (NTDLL.@)SYNOPSIS¶
ULONGLONG RtlEnlargedUnsignedMultiply(
UINT a,
UINT b
)
DESCRIPTION¶
Multiply two unsigned integers giving a 64 bit unsigned integer result.PARAMS¶
a [In] Initial number. b [In] Number to multiply a by.RETURNS¶
The product of a and b.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/large_int.c".Oct 2012 | Wine API |