Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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)

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

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.

.
Documentation
[WTSFreeMemory] on MSDN
.

/// 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 );


 
Access PInvoke.net directly from VS: