Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 1.34 KB

nf-intsafe-longadd.md

File metadata and controls

72 lines (58 loc) · 1.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:intsafe.LongAdd
LongAdd function (intsafe.h)
Adds two values of type LONG.
LongAdd
LongAdd function [Windows Shell]
intsafe/LongAdd
shell.LongAdd
shell\LongAdd.htm
shell
3cc13a46-3168-44fd-b759-06250eb1117f
12/05/2018
LongAdd, LongAdd function [Windows Shell], intsafe/LongAdd, shell.LongAdd
intsafe.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Windows
19H1
LongAdd
intsafe/LongAdd
c++
APIRef
kbSyntax
HeaderDef
intsafe.h
LongAdd

LongAdd function

-description

Adds two values of type LONG.

-parameters

-param lAugend [in]

The first value.

-param lAddend [in]

The second value.

-param plResult [out]

The result.

-returns

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.