Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.49 KB

nf-intsafe-longlongtouchar.md

File metadata and controls

68 lines (56 loc) · 1.49 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.LongLongToUChar
LongLongToUChar function (intsafe.h)
Converts a value of type LONGLONG to a value of type UCHAR.
LongLongToUChar
LongLongToUChar function [Windows Shell]
intsafe/LongLongToUChar
shell.LongLongToUChar
shell\LongLongToUChar.htm
shell
5c8440fa-aefe-4f63-877c-4b1ebdc59138
12/05/2018
LongLongToUChar, LongLongToUChar function [Windows Shell], intsafe/LongLongToUChar, shell.LongLongToUChar
intsafe.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Windows
19H1
LongLongToUChar
intsafe/LongLongToUChar
c++
APIRef
kbSyntax
HeaderDef
intsafe.h
LongLongToUChar

LongLongToUChar function

-description

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

-parameters

-param llOperand [in]

The value to convert.

-param pch [out]

The converted value.

-returns

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