wtsfreememory (wtsapi32)
Last changed: -87.178.3.148

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
The WTSFreeMemory function frees memory allocated by a Terminal Services function.

C# Signature:

[DllImport("wtsapi32.dll", ExactSpelling=true, SetLastError=false)]
public static extern void WTSFreeMemory( IntPtr memory );

VB .NET Signature:

<DllImport("wtsapi32.dll", ExactSpelling:=True, SetLastError:=True)> _
Private Shared Sub WTSFreeMemory(ByVal pMemory As IntPtr)
End Sub

User-Defined Types:

None.

Notes:

The WTSFreeMemory function frees memory allocated by a Terminal Services function.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation