SSIZETMult function
Multiplies one SSIZE_T value by another.
Syntax
HRESULT SSIZETMult( _In_ SSIZE_T Multiplicand, _In_ SSIZE_T Multiplier, _Out_ SSIZE_T *pResult );
Parameters
- Multiplicand [in]
-
The number to be multiplied.
- Multiplier [in]
-
The number by which to multiply Multiplicand.
- pResult [out]
-
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
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
Show: