Click or drag to resize
Xcalibur Systems LLC Logo

TerminalServicesHelperWTSFreeMemory Method

Frees memory allocated by a Remote Desktop Services function.

WTSFreeMemory function


Namespace: Xcalibur.NativeMethods.V2.TerminalServices
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("wtsapi32.dll")]
public static void WTSFreeMemory(
	IntPtr pointer
)

Parameters

pointer  IntPtr
Pointer to the memory to free.
See Also