Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.48 KB

nf-intsafe-intptrtoushort.md

File metadata and controls

68 lines (56 loc) · 1.48 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.IntPtrToUShort
IntPtrToUShort function (intsafe.h)
Converts a value of type INT_PTR to a value of type USHORT.
IntPtrToUShort
IntPtrToUShort function [Windows Shell]
intsafe/IntPtrToUShort
shell.IntPtrToUShort
shell\IntPtrToUShort.htm
shell
c1ab8cbc-0c45-410c-a34d-2bded36a03e8
12/05/2018
IntPtrToUShort, IntPtrToUShort function [Windows Shell], intsafe/IntPtrToUShort, shell.IntPtrToUShort
intsafe.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Windows
19H1
IntPtrToUShort
intsafe/IntPtrToUShort
c++
APIRef
kbSyntax
HeaderDef
intsafe.h
IntPtrToUShort

IntPtrToUShort function

-description

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

-parameters

-param iOperand [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.