wiauStrW2W - NtDoc

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

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

NtDoc

No description available.

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

wiauStrW2W function

Description

The wiauStrW2W function copies a Unicode string to another Unicode string.

Parameters

pwszSrc [in]

Points to the Unicode string to be copied.

pwszDst [out]

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

wiauStrC2W

wiauStrW2C