Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.51 KB

nf-intsafe-longlongtoushort.md

File metadata and controls

68 lines (56 loc) · 1.51 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.LongLongToUShort
LongLongToUShort function (intsafe.h)
Converts a value of type LONGLONG to a value of type USHORT.
LongLongToUShort
LongLongToUShort function [Windows Shell]
intsafe/LongLongToUShort
shell.LongLongToUShort
shell\LongLongToUShort.htm
shell
fd70ca5d-1dc0-4d2a-b497-a7df9cfba95c
12/05/2018
LongLongToUShort, LongLongToUShort function [Windows Shell], intsafe/LongLongToUShort, shell.LongLongToUShort
intsafe.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Windows
19H1
LongLongToUShort
intsafe/LongLongToUShort
c++
APIRef
kbSyntax
HeaderDef
intsafe.h
LongLongToUShort

LongLongToUShort function

-description

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

-parameters

-param llOperand [in]

The value to convert.

-param pusResult [out]

The converted value.

-returns

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