uaPLUS Reference
GetServerInstanceInfo Delegate
See Also  Send Feedback
NSPlugin Namespace : GetServerInstanceInfo Delegate

handle
num
info

Glossary Item Box

Generic server callback to get information about one or all server instances. There is a server instance for each client connection.

Syntax

Visual Basic (Declaration) 
Public Delegate Function GetServerInstanceInfo( _
   ByVal handle As Integer, _
   ByRef num As Integer, _
   ByRef info As IntPtr _
) As Integer
C# 
public delegate int GetServerInstanceInfo( 
   int handle,
   out int num,
   out IntPtr info
)

Parameters

handle
num
info

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.