__upper_mul64
In this section:
Syntax
long __upper_mul64(long, long);
Description
Returns the 32 most significant bits of a 64-bit multiplication of two 32-bit long values.
Note
To use intrinsic functions in an application, you must include the header file(s) where they are declared, see Summary of intrinsic functions.