NAME

DoEnvironmentSubstA  (SHELL32.@)

SYNOPSIS

 DWORD DoEnvironmentSubstA
 (
  LPSTR pszString,
  UINT  cchString
 )

DESCRIPTION

Replace %KEYWORD% in the str with the value of variable KEYWORD from environment. If it is not found the %KEYWORD% is left intact. If the buffer is too small, str is not modified.

PARAMS

pszString [In] '\0' terminated string with %keyword%.
[Out] '\0' terminated string with %keyword% substituted.
cchString [In] size of str.

RETURNS

cchString length in the HIWORD; TRUE in LOWORD if subst was successful and FALSE in other case

IMPLEMENTATION

Defined in "shellapi.h".

Implemented in "dlls/shell32/shellord.c". source.winehq.org/source/dlls/shell32/shellord.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.