RtlEnlargedUnsignedMultiply (NTDLL.@)
ULONGLONG RtlEnlargedUnsignedMultiply ( UINT a, UINT b )
Multiply two unsigned integers giving a 64 bit unsigned integer result.
a | [In] | Initial number. |
b | [In] | Number to multiply a by. |
The product of a and b.
Defined in "winternl.h".
Implemented in "dlls/ntdll/large_int.c". source.winehq.org/source/dlls/ntdll/large_int.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.