destroyenvironmentblock (userenv)
Last changed: DFx Technology Limited-81.137.214.16

.
Summary

C# Signature:

[DllImport("userenv.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool DestroyEnvironmentBlock(IntPtr lpEnvironment);

VB Signature:

<DllImport("userenv.dll", SetLastError:=True)> _
Public Shared Function DestroyEnvironmentBlock(ByVal lpEnvironment As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation