SSIZETAdd function (intsafe.h)

Adds two SSIZE_T values together.

Syntax

HRESULT SSIZETAdd(
  [in]  SSIZE_T Augend,
  [in]  SSIZE_T Addend,
  [out] SSIZE_T *pResult
);

Parameters

[in] Augend

The value to add to Addend.

[in] Addend

The value to be added to Augend.

[out] pResult

When this function returns successfully, points to the sum of Augend plus Addend.

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