Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.4 KB

nf-intsafe-inttoint8.md

File metadata and controls

68 lines (56 loc) · 1.4 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.IntToInt8
IntToInt8 function (intsafe.h)
Converts a value of type INT to a value of type INT8.
IntToInt8
IntToInt8 function [Windows Shell]
intsafe/IntToInt8
shell.IntToInt8
shell\IntToInt8.htm
shell
7d738df4-9e63-4480-857b-1fb86ed85667
12/05/2018
IntToInt8, IntToInt8 function [Windows Shell], intsafe/IntToInt8, shell.IntToInt8
intsafe.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Windows
19H1
IntToInt8
intsafe/IntToInt8
c++
APIRef
kbSyntax
HeaderDef
intsafe.h
IntToInt8

IntToInt8 function

-description

Converts a value of type INT to a value of type INT8.

-parameters

-param iOperand [in]

The value to convert.

-param pi8Result [out]

The converted value.

-returns

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