Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 1.83 KB

nf-intsafe-ulonglongmult.md

File metadata and controls

74 lines (60 loc) · 1.83 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.ULongLongMult
ULongLongMult function (intsafe.h)
Multiplies one value of type size_t by another.S
SizeTMult
SizeTMult function [Windows Shell]
ULongLongMult
_shell_SizeTMult
intsafe/SizeTMult
shell.SizeTMult
shell\SizeTMult.htm
shell
078bc77b-6af3-4d13-8f98-5f52605fdf8d
12/05/2018
SizeTMult, SizeTMult function [Windows Shell], ULongLongMult, _shell_SizeTMult, intsafe/SizeTMult, shell.SizeTMult
intsafe.h
Windows
Windows
19H1
ULongLongMult
intsafe/ULongLongMult
c++
APIRef
kbSyntax
HeaderDef
Intsafe.h
SizeTMult

-description

Multiplies one value of type size_t by another.

-parameters

-param ullMultiplicand [in]

The value to be multiplied by cbMultiplier.

-param ullMultiplier [in]

The value by which to multiply cbMultiplicand.

-param pullResult [out]

A pointer to the result. If the operation results in a value that overflows or underflows the capacity of the type, the function returns INTSAFE_E_ARITHMETIC_OVERFLOW and this parameter is not valid.

-returns

Type: HRESULT

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

-remarks

This is one of a set of inline functions designed to provide arithmetic operations and perform validity checks with minimal impact on performance.