SSIZETMult function (intsafe.h)
Multiplies one SSIZE_T value by another.
Syntax
HRESULT SSIZETMult(
[in] SSIZE_T Multiplicand,
[in] SSIZE_T Multiplier,
[out] SSIZE_T *pResult
);
Parameters
[in] Multiplicand
The number to be multiplied.
[in] Multiplier
The number by which to multiply Multiplicand.
[out] pResult
When this function returns successfully, points to the product of Multiplicand times Multiplier.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | intsafe.h |