NAME

SHUnicodeToAnsi  (SHLWAPI.217)

SYNOPSIS

 INT SHUnicodeToAnsi
 (
  LPCWSTR lpSrcStr,
  LPSTR   lpDstStr,
  INT     iLen
 )

DESCRIPTION

Convert a Unicode string to ANSI.

PARAMS

lpSrcStr [In] Source Unicode string to convert.
lpDstStr [Out] Destination for converted ANSI string.
iLen [Out] Length of lpDstStr in characters.

RETURNS

See SHUnicodeToAnsiCP.

NOTES

This function simply calls SHUnicodeToAnsiCP with CodePage = CP_ACP.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shlwapi/string.c". https://source.winehq.org/source/dlls/shlwapi/string.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.