DoEnvironmentSubst16(3w)
NAME
DoEnvironmentSubst16 (SHELL.37)
SYNOPSIS
DWORD DoEnvironmentSubst16 ( LPSTR str, WORD length )
DESCRIPTION
Replace %KEYWORD% in the str with the value of variable KEYWORD from
"DOS" environment. If it is not found the %KEYWORD% is left intact. If
the buffer is too small, str is not modified.
PARAMS
str [In] ' ' terminated string with %keyword%.
[Out] ' ' terminated string with %keyword% substituted.
length [In] size of str.
RETURNS
str length in the LOWORD and 1 in HIWORD if subst was successful.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell.dll16/shell.c".
- Debug channel "shell".