[DllImport("userenv.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool DestroyEnvironmentBlock(IntPtr lpEnvironment);
<DllImport("userenv.dll", SetLastError:=True)> _
Public Shared Function DestroyEnvironmentBlock(ByVal lpEnvironment As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!