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 "WTSCloseServer" in [All]

wtsapi32

.

static extern void WTSCloseServer(IntPtr hServer);

.

Private Shared Sub WTSCloseServer(ByVal hServer As IntPtr)

.
Documentation
[WTSCloseServer] on MSDN
.

        WTSCloseServer(ptrOpenedServer)

.

    static extern void WTSCloseServer(IntPtr hServer);

.

        WTSCloseServer(ServerHandle);

.

     Private Shared Sub WTSCloseServer(ByVal hServer As IntPtr)

.

        WTSCloseServer(ptrOpenedServer)

.

        WTSCloseServer(ptrOpenedServer)

.

When you are finished with the handle returned by WTSOpenServer, call the WTSCloseServer function to close it.


 
Access PInvoke.net directly from VS: