Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 1.89 KB

nf-intsafe-shorttoushort.md

File metadata and controls

80 lines (62 loc) · 1.89 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.ShortToUShort
ShortToUShort function (intsafe.h)
Converts a value of type SHORT to a value of type USHORT.
ShortToUShort
ShortToUShort function [Windows Shell]
ShortToWord
_shell_ShortToUShort
intsafe/ShortToUShort
shell.ShortToUShort
shell\ShortToUShort.htm
shell
35820e7f-db32-439b-a96b-8891ab2ab5ae
12/05/2018
ShortToUShort, ShortToUShort function [Windows Shell], ShortToWord, _shell_ShortToUShort, intsafe/ShortToUShort, shell.ShortToUShort
intsafe.h
Windows
Windows
19H1
ShortToUShort
intsafe/ShortToUShort
c++
APIRef
kbSyntax
HeaderDef
Intsafe.h
ShortToUShort

ShortToUShort function

-description

Converts a value of type SHORT to a value of type USHORT.

-parameters

-param sOperand [in]

Type: SHORT

The value to be converted.

-param pusResult [out]

Type: USHORT*

A pointer to the converted value. In the case where the conversion causes a truncation of the original value, 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 type conversions and perform validity checks with minimal impact on performance.

ShortToWord is an alias for this function.