Check out the formatting tips on the right for help formatting and making links.
Use the template below then delete this header:
[DllImport("wtsapi32.dll", ExactSpelling=true, SetLastError=false)]
public static extern void WTSFreeMemory( IntPtr memory );
<DllImport("wtsapi32.dll", ExactSpelling:=True, SetLastError:=True)> _
Private Shared Sub WTSFreeMemory(ByVal pMemory As IntPtr)
End Sub
None.
The WTSFreeMemory function frees memory allocated by a Terminal Services function.
Please add some!
Please add some!
TODO