DoEnvironmentSubstA (SHELL32.@)
DWORD DoEnvironmentSubstA ( LPSTR pszString, UINT cchString )
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.
pszString | [In] | '\0' terminated string with %keyword%. |
[Out] | '\0' terminated string with %keyword% substituted. | |
cchString | [In] | size of str. |
cchString length in the HIWORD; TRUE in LOWORD if subst was successful and FALSE in other case
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 Jul 2008.