Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 1.76 KB

nf-wiautil-wiaustrc2c.md

File metadata and controls

80 lines (57 loc) · 1.76 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.wiauStrC2C
wiauStrC2C function (wiautil.h)
The wiauStrC2C function copies an ANSI character string to another ANSI character string.
image\wiaustrc2c.htm
image
05/03/2018
wiauStrC2C function
image.wiaustrc2c, wiauFncs_2266a6c9-ed4b-4af8-947a-d634bd9e9912.xml, wiauStrC2C, wiauStrC2C function [Imaging Devices], wiautil/wiauStrC2C
wiautil.h
Wiautil.h
Desktop
Windows
wiauStrC2C
wiautil/wiauStrC2C
APIRef
kbSyntax
HeaderDef
wiautil.h
wiauStrC2C

wiauStrC2C function

-description

The wiauStrC2C function copies an ANSI character string to another ANSI character string.

-parameters

-param pszSrc [in]

Points to the ANSI string to be copied.

-param pszDst [out]

Pointer to a memory location that receives the copied 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

wiauStrC2W

wiauStrW2C

wiauStrW2W