NAME

SHUnicodeToAnsiCP  (SHLWAPI.218)

SYNOPSIS

 INT SHUnicodeToAnsiCP
 (
  UINT    CodePage,
  LPCWSTR lpSrcStr,
  LPSTR   lpDstStr,
  LPINT   lpiLen
 )

DESCRIPTION

Convert a Unicode string to Ascii.

PARAMS

CodePage [In] Code page to use for the conversion.
lpSrcStr [In] Source Unicode string to convert.
lpDstStr [Out] Destination for converted Ascii string.
lpiLen [In/Out] Input length of lpDstStr/destination for length of lpDstStr.

RETURNS

Success: The number of characters that result from the conversion.

Failure: 0.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

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

Debug channel "shell".


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