SSIZETAdd function
Adds two SSIZE_T values together.
Syntax
HRESULT SSIZETAdd( _In_ SSIZE_T Augend, _In_ SSIZE_T Addend, _Out_ SSIZE_T *pResult );
Parameters
- Augend [in]
-
The value to add to Addend.
- Addend [in]
-
The value to be added to Augend.
- pResult [out]
-
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
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
Show: