.
The DoEnvironmentSubst API
3/16/2007 8:11:41 AM - jachymko-213.199.128.177
.
static extern uint DoEnvironmentSubst(StringBuilder pszString, uint cbSize);
.
Private Declare Function DoEnvironmentSubst Lib "shell32.dll" Alias "DoEnvironmentSubstW" (ByVal szString As String, ByVal cbString As Long) As Long
.