Desktop Functions: Smart Device Functions:
|
ExpandEnvironmentStrings (kernel32)
C# Signature:
[DllImport("kernel32.dll", SetLastError = true, CharSet = CharSet.Auto)] VB.NET Signature
<DllImport("kernel32.dll", EntryPoint:="ExpandEnvironmentStringsW", SetLastError:=true, CharSet:=CharSet.Unicode)> _ VB Signature:
Public Declare Function ExpandEnvironmentStrings Lib "kernel32.dll" Alias "ExpandEnvironmentStringsW" (ByVal lpSrc As String, ByVal lpDst As String, ByVal nSize As Long) As Long User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! System.Environment.ExpandEnvironmentVariables I think https://www.pinvoke.net/emoticons/regular_smile.gif Do you know one? Please contribute it! System.Environment.ExpandEnvironmentVariables I think https://www.pinvoke.net/emoticons/regular_smile.gif Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|