NAME

ExpandEnvironmentStringsA  (KERNEL32.@)

SYNOPSIS

 DWORD ExpandEnvironmentStringsA
 (
  LPCSTR src,
  LPSTR  dst,
  DWORD  count
 )

DESCRIPTION

See ExpandEnvironmentStringsW.

Note: overlapping buffers are not supported; this is how it should be.

FIXME: return value is wrong for MBCS

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/environ.c". source.winehq.org/source/dlls/kernel32/environ.c

Debug channel "environ".


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