wiauStrC2C - NtDoc

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

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

NtDoc

No description available.

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

wiauStrC2C function

Description

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

Parameters

pszSrc [in]

Points to the ANSI string to be copied.

pszDst [out]

Pointer to a memory location that receives the copied string

iSize

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

Return value

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

See also

wiauStrC2W

wiauStrW2C

wiauStrW2W