Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 1.75 KB

nf-wiautil-wiaustrw2c.md

File metadata and controls

80 lines (57 loc) · 1.75 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:wiautil.wiauStrW2C
wiauStrW2C function (wiautil.h)
The wiauStrW2C function converts a Unicode string to an ANSI character string.
image\wiaustrw2c.htm
image
05/03/2018
wiauStrW2C function
image.wiaustrw2c, wiauFncs_e97643cb-071d-48bb-82b9-98244bd4284b.xml, wiauStrW2C, wiauStrW2C function [Imaging Devices], wiautil/wiauStrW2C
wiautil.h
Wiautil.h
Desktop
Windows
wiauStrW2C
wiautil/wiauStrW2C
APIRef
kbSyntax
HeaderDef
wiautil.h
wiauStrW2C

wiauStrW2C function

-description

The wiauStrW2C function converts a Unicode string to an ANSI character string.

-parameters

-param pwszSrc [in]

Points to the Unicode string to be converted.

-param pszDst [out]

Pointer to a memory location that receives the converted ANSI string.

-param iSize

Specifies the size, in bytes, of the buffer pointed to by pszDst.

-returns

On success, the function returns S_OK. If the function fails, it returns a standard COM error.

-see-also

wiauStrC2C

wiauStrC2W

wiauStrW2W