Desktop Functions: Smart Device Functions:
|
Search Results for "WTSFreeMemory" in [All]wtsapi32
private static extern void WTSFreeMemory(IntPtr pMemory);
WTSFreeMemory(pMemory);
Call WTSFreeMemory(ptrProcessInfo)
static extern void WTSFreeMemory(IntPtr pMemory);
WTSFreeMemory(pInfo);
static extern void WTSFreeMemory(IntPtr pMemory);
WTSFreeMemory(ppSessionInfo);
Private Shared Sub WTSFreeMemory(ByVal pMemory As IntPtr)
WTSFreeMemory(ppSessionInfo)
public static extern void WTSFreeMemory( IntPtr memory );
Private Shared Sub WTSFreeMemory(ByVal pMemory As IntPtr) The WTSFreeMemory function frees memory allocated by a Terminal Services function.
/// To free the returned buffer, call the <see cref="WTSFreeMemory"/> function. </param> Used in conjunction with WTSGetActiveConsoleSessionId and WTSFreeMemory.
private static extern void WTSFreeMemory(IntPtr pointer);
WTSFreeMemory(buffer);
WTSFreeMemory(buffer);
/// To free the returned buffer, call the <see cref="WTSFreeMemory"/> function. </param>
/// The WTSFreeMemory function frees memory allocated by a Terminal Services function.
public static extern void WTSFreeMemory( IntPtr memory );
WTSFreeMemory( buffer ); |