wiauStrC2W - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiautil.h

HRESULT wiauStrC2W(
  [in]  CHAR  *pszSrc,
  [out] WCHAR *pwszDst,
        INT   iSize
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiautil-wiaustrc2w)

wiauStrC2W function

Description

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

Parameters

pszSrc [in]

Points to the ANSI string to convert.

pwszDst [out]

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

iSize

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

Return value

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

See also

wiauStrC2C

wiauStrW2C

wiauStrW2W