Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Int8Add function (intsafe.h)

Adds two values of type INT8.

Syntax

HRESULT Int8Add(
 [in] INT8 i8Augend,
 [in] INT8 i8Addend,
 [out] INT8 *pi8Result
);

Parameters

[in] i8Augend

The first value.

[in] i8Addend

The second value.

[out] pi8Result

The result.

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

Feedback

Was this page helpful?

Additional resources