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.
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/ntdll/large_int.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/large_int.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.